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 additional 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¶
See the official pandas installation guide for details and alternatives.
How to import pandas¶
By convention,