How to install the Pandas library for Python

1 min

Pandas is one of the best Python library for data manipulation.

But if you're here, you probably already know about it! ;)

How to install

If you already have Python installed, it will only depend on the version you have.

We are using pip, but you can also use anaconda or pipenv.

Python 2.x

pip install pandas
Pandas for python 2.x

Python 3.x

pip3 install pandas
Pandas for python 3.x

Here you are! If you are interested in how to use pandas, I have a lot of articles on the subject just over here:

Pandas - The Python You Need
We gathered the only Python essentials that you will probably ever need.