An open API service indexing awesome lists of open source software.

https://github.com/mkcor/advanced-pandas

Pandas is a powerful tool for data exploration and analysis (including timeseries).
https://github.com/mkcor/advanced-pandas

data-analysis data-science labeled-data notebooks python3 teaching-materials

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Advanced data analysis techniques with Pandas

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/mkcor/advanced-pandas/master)

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

* [Python Data Science Handbook](https://github.com/jakevdp/PythonDataScienceHandbook)
by Jake VanderPlas
* [Tidy data](https://www.jstatsoft.org/article/view/v059i10/) by Hadley Wickham
* [Feather format, for sharing datasets](http://wesmckinney.com/blog/feather-its-the-metadata/)
by Wes McKinney