metobs_toolkit.station.Station.outliersdf#

property Station.outliersdf: DataFrame#

Construct a DataFrame representation of all the outliers.

Outliers are the observations that are flagged by the performed quality control.

Returns:

A DataFrame with two columns [‘value’, ‘label’], representing the value and details of the flagged observation.

Return type:

pandas.DataFrame