isin#
- powerplantmatching.heuristics.isin(df, matched, label=None)#
Checks if a given dataframe is included in a matched dataframe.
- Parameters:
df (pd.DataFrame) – The dataframe to be checked
matched (pd.DataFrame) – The matched dataframe
- Returns:
True if all dataframes are included in the matched dataframe, False otherwise
- Return type:
bool