0

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

Ankit Seth
  • 729
  • 1
  • 9
  • 23

1 Answers1

1

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]

Tom Pham
  • 26
  • 3