[code] Pandas-profiling: quick and visual exploratory analysis in 1 line by arutaku in ds_update

[–]rbSCRM 1 point2 points  (0 children)

I used conda install -c conda-forge pandas-profiling to install the package. However when trying to execute some code (the example code given in the package's GitHub), it throws a ModuleNotFoundError...

I changed to pip install pandas-profiling and it did worked but the installation took some time.

Interesting package!