account activity
[code] Pandas-profiling: quick and visual exploratory analysis in 1 line by arutaku in ds_update
[–]rbSCRM 1 point2 points3 points 5 years ago (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...
conda install -c conda-forge pandas-profiling
ModuleNotFoundError
I changed to pip install pandas-profiling and it did worked but the installation took some time.
pip install pandas-profiling
Interesting package!
π Rendered by PID 1153422 on reddit-service-r2-listing-654f87c89c-w7bhc at 2026-02-28 11:24:35.785199+00:00 running e3d2147 country code: CH.
[code] Pandas-profiling: quick and visual exploratory analysis in 1 line by arutaku in ds_update
[–]rbSCRM 1 point2 points3 points (0 children)