wxee.time_series.TimeSeries.dataframe

TimeSeries.dataframe(props: None | List[str] | List = None) DataFrame[source]

Generate a Pandas dataframe describing properties of each image in the time series.

Parameters:

props (Union[List[str], ee.List], optional) – A list of property names to aggregate from all images into the dataframe. If none is provided, all non-system properties of the first image in the time series will be used.

Returns:

A Pandas dataframe where each row represents an image and columns represent system properties.

Return type:

pd.DataFrame