Pandas is a powerful tool for data exploration and analysis (including timeseries).
Last updated Feb 9, 2026
28
Stars
8
Forks
0
Issues
0
Stars/day
Attention Score
14
Language breakdown
No language data available.
▸ Files
click to expand
README
Advanced data analysis techniques with Pandas
https://python.g-node.org Summer School 2017
Setup
$ conda env create -f environment.yml $ source activate advanced-pandas $ jupyter notebook
Outline
Pandas objects
Data exploration
Timeseries operations
Multi-indexing
Testing (defensive programming)
SQL-type operations
References
by Jake VanderPlas- Tidy data by Hadley Wickham
- Feather format, for sharing datasets
🔗 More in this category