Skip to content

Python Pandas

Skip to the problems!

pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.

See the official pandas site for details and documentation.

Do you know NumPy?

Much of pandas is built on top of NumPy. We highly recommend you learn some NumPy before learning pandas.

How to install pandas

pip install pandas

See the official pandas installation guide for details and alternatives.

How to import pandas

By convention,

import pandas as pd