How to install pandas inside your IDE's terminal

First off, open your favourite integrated development environment (IDE) or project environment and run the below command inside the terminal;

pip install pandas

That should install pandas, numpy, pytz, python-dateutil and six.

Collecting pandas
  Downloading pandas-1.4.2-cp38-cp38-win_amd64.whl (10.6 MB)
     ---------------------------------------- 10.6/10.6 MB 240.1 kB/s eta 0:00:00
Collecting python-dateutil>=2.8.1
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting numpy>=1.18.5
  Downloading numpy-1.22.3-cp38-cp38-win_amd64.whl (14.7 MB)
     ---------------------------------------- 14.7/14.7 MB 228.0 kB/s eta 0:00:00
Collecting pytz>=2020.1                                                    ---------------------------------------- 14.7/14.7 MB 228.0 kB/s eta 0:00:00
Collecting pytz>=2020.1
  Downloading pytz-2022.1-py2.py3-none-any.whl (503 kB)
     ---------------------------------------- 503.5/503.5 KB 196.1 kB/s eta 0:00:00
Requirement already satisfied: six>=1.5

If you need assistance with your projects feel free to email me at info@airgad.com or whatsapp Jesse stay safe!