Simple collection of python notebook on Pandas
Create a virtualenv and install the requirements:
virtualenv env
source env/bin/activate
pip install -r requirements.txt
From the root folder:
jupyter notebook
We've created multiple folders, each one contains a deep overview on a specific theme.
- Series
- DataFrame