Search code examples
jupyter-notebookkagglepandas-profiling

Unable to import pandas profiling in kaggle noteook


I am working in kaggle notebook and wanted to use pandas profiling for EDA but it is giving error. What can be done to use this library in kaggle notebooks?

Error Screenshot 1 Error Screenshot 2


Solution

  • Even though Kaggle comes with pandas-profiling as default, I would recommend running this command in a cell to use the latest version of the package: %pip install -Uqq pandas-profiling[notebook]