metobs_toolkit.station.Station.df#

property Station.df: DataFrame#

Station DataFrame constructor.

Construct a DataFrame representation of the observations.

Parameters:

station_instance (Station) – The Station instance to construct the DataFrame for.

Returns:

A pandas DataFrame with a single column ‘value’.

Return type:

pd.DataFrame