![]() |
VOOZH | about |
In this article, we will look into ways of installing the Pandas Profiling package in Python.
Pip users can just open up the command prompt and use the below command to install the Pandas profiling package in python:
pip install pandas-profiling
The following message will be shown once the installation is completed:
👁 Installing Pandas profiling package in pythonConda users can open up the Anaconda Power Shell Prompt and use the below command to install the pandas profiling package in python:
conda install -c anaconda pandas-profiling
The following message will be shown once the installation is completed:
👁 installing pandas profiling using condaYou can use the below code to verify your installation. Make sure to add a sample .csv file having some data to check the installation and replace the Geeks.csv file in the below code.
Output:
👁 verifying pandas profiling installation