I am unable to import pandas profiling in jupyter notebook. Could someone please tell me whats wrong.
Thanks a lot to all who tried to help me out. This worked.
import sys
!{sys.executable} -m pip install pandas-profiling
conda install -c conda-forge pandas-profiling
Try this command to install
If it doesn't work then try pip install pandas-profiling
If you are using Anaconda distribution then use this:
conda install -c conda-forge pandas-profiling
conda install -c conda-forge/label/cf201901 pandas-profiling
conda install -c conda-forge/label/cf202003 pandas-profiling
I was getting the same problem and it worked for me.
For Mac
pip install pandas-profiling
And For Ubuntu
!pip install pandas-profiling
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With