How to install pandas in python

with pip

pip install pandas

in anaconda

conda install pandas

with pipenv

pipenv install pandas