metobs_toolkit.dataset.Dataset.df#

property Dataset.df: DataFrame#

Dataset DataFrame constructor.

Construct a DataFrame representation of all observations in the dataset.

Parameters:

dataset_instance (Dataset) – The Dataset instance to construct the DataFrame for.

Returns:

A pandas DataFrame indexed by [‘datetime’, ‘obstype’, ‘name’] with columns [‘value’, ‘label’].

Return type:

pd.DataFrame