pandas_profiling.model.duplicates
Functions
|
pandas_get_duplicates(config: pandas_profiling.config.Settings, df: pandas.core.frame.DataFrame, supported_columns: Sequence) -> Tuple[Dict[str, Any], Union[pandas.core.frame.DataFrame, NoneType]] Obtain the most occurring duplicate rows in the DataFrame. |