jupyter-notebookpython-3.10pandas-profiling

from pandas_profiling import profilereport Error


I've installed the pandas_profiling package but, the system is not recognizing the package.

I'm using VS Code for the project.

Hi, I'm trying to install pandas profiling for an ML testing project I've checked multiple Question Related to it on StackOverFlow but could not find any match Or Solution.

I've checked the package and it got successfully installed on the system.

enter image description here

But I'm still getting the Error

enter image description here

FYI: I've installed multiple packages required for the project, such as NumPy, pandas, etc., and did not face any problems.

Note: If any other info is required let me Know.


Solution

  • import sys !{sys.executable} -m pip install pandas-profiling

    Add the above line to the top of your file