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 columns [‘value’, ‘label’, ‘details’], representing the value, label and details of the flagged observation.
- Return type:
pandas.DataFrame