Lightkurve v2.0
LightCurve.
to_pandas
Converts the light curve to a Pandas DataFrame object.
DataFrame
The data frame will be indexed by time using values corresponding to the light curve’s time format. This is different from the default behavior of Table.to_pandas() in AstroPy, which converts time values into ISO timestamps.
time
Table.to_pandas()
pandas.DataFrame
A data frame indexed by time.