I try to do an exploratory data analysis with the Python package pandas ProfileReport, but I get the following error: Summarize dataset: 40%|██`
Everytime I use pandas profiling in different data sets, notebook shows me this error. IndexError: only integers, slices (:), ellipsis (...), numpy.newaxis (No
I am working on Automating the EDA, while I want to import the pandas_profiling, I am facing an error: ImportError: cannot import name 'soft_unicode' from 'mark
I'm looking for the rationale about the method used by pandas profiling tool to identify duplicates rows (in a dataframe with multiple columns)? I couldn't find
I have this output : [Pandas-profiling] ImportError: cannot import name 'ABCIndexClass' from 'pandas.core.dtypes.generic' when trying to import pandas-profili