advanced-pandas icon indicating copy to clipboard operation
advanced-pandas copied to clipboard

Pandas is a powerful tool for data exploration and analysis (including timeseries).

Advanced data analysis techniques with Pandas

Binder

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