Pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.
In this project, we'll play with the Pandas library, specifically:
- Series
- DataFrames
- Pandas Mathematical Operations
You'll need to install:
pandas_playground.py
- Script that shows off Pandas's various functions.