This is a Jupyter notebook that briefly reviews the Python pandas library
This is a Python 3 project. The following instructions assume you have Python 3.4+, pip, and virtualenv installed.
mkvirtualenv -p python3 pandas_intro
pip install -r requirements.txt
jupyter notebook
Once the notebook server is running, navigate to
http://localhost:8888 and double
click the Pandas_Intro.ipynb
notebook. You'll now be able to interact with the notebook.
Here's a
brief primer
on using the Jupyter notebook interface.