Workshop materials for learning exploratory data analysis techniques using Python and Jupyter notebooks.
Download slides and sample data for this workshop.
Hands-on exercises for learning exploratory data analysis techniques.
Python 3 is required to run this notebook. We recommend using venv to create a virtual environment.
This notebook uses common data analysis libraries including pandas, numpy, matplotlib, and seaborn.
python3 -m venv venv
source venv/bin/activate
pip install jupyter pandas numpy matplotlib seaborn
jupyter notebook
Complete notebook with solutions for instructors.
Workshop materials for R users.