metobs_toolkit.dataset.Dataset.modeldatadf#

property Dataset.modeldatadf: DataFrame#

Construct a DataFrame representation of all the present model data.

Model data is stored as ModelTimeSeries instances, and is set as an attribute of a Station.

Returns:

A DataFrame with columns [‘value’, ‘details’], representing the value, and details of the corresponding model data.

Return type:

pandas.DataFrame