metobs_toolkit.analysis.Analysis.df#

property Analysis.df: DataFrame#

Analysis DataFrame constructor.

Returns the full DataFrame without the time derivatives.

Parameters:

analysis_instance (Analysis) – The Analysis instance to construct the DataFrame for.

Returns:

DataFrame indexed by [‘datetime’, ‘name’] and containing observation columns.

Return type:

pd.DataFrame