Issue
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?
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 -Uq pandas-profiling[notebook]
Answered By - Tom Pham
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.