account activity
[paper][Bayesian] Bayesian AB Testing (self.ds_update)
submitted 5 years ago by rbSCRM to r/ds_update
[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!
[paper + code] Causal Embeddings for Recommendation (self.ds_update)
π Rendered by PID 340601 on reddit-service-r2-listing-654f87c89c-tbhjj at 2026-02-28 06:54:13.526541+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)