pandas-profiling

ImportError: cannot import name 'ABCIndexClass' from 'pandas.core.dtypes.generic'

ImportError: cannot import name 'ABCIndexClass' from 'pandas.core.dtypes.generic' Question: I have this output : [Pandas-profiling] ImportError: cannot import name ‘ABCIndexClass’ from ‘pandas.core.dtypes.generic’ when trying to import pandas-profiling in this fashion : from pandas_profiling import ProfileReport It seems to import pandas-profiling correctly but struggles when it comes to interfacing with pandas itself. Both libraries are currently up …

Total answers: 9

Speeding up pandas profiling analysis using check_correlation?

Speeding up pandas profiling analysis using check_correlation? Question: Using pandas profiling to generate a report. the size of the dataset is very large to speed up the processing im trying to turn off correlations so i used check_correlations from another post I saw, ValueError: Config parameter “check_correlation” does not exist. is then the issue I …

Total answers: 4