metobs_toolkit.dataset.Dataset.gapsdf#

property Dataset.gapsdf: DataFrame#

Construct a DataFrame representation of all the gaps.

Returns:

A DataFrame with columns [‘value’, ‘label’, ‘details’], representing the value, the gap label, and details of the gap record.

Return type:

pandas.DataFrame