metobs_toolkit.gap.Gap.df# property Gap.df: DataFrame# Gap DataFrame constructor. Return a DataFrame representation of the gap. Parameters: gap_instance (Gap) – The Gap instance to construct the DataFrame for. Returns: A DataFrame with columns [‘value’, ‘label’, ‘details’]. Return type: pd.DataFrame