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

https://github.com/jaidevd/scipy_pandas_tutorial

Repository containing notebooks for my Pandas tutorial at SciPy India 2013
https://github.com/jaidevd/scipy_pandas_tutorial

geopandas pandas regression scipy time-series

Last synced: about 1 month ago
JSON representation

Repository containing notebooks for my Pandas tutorial at SciPy India 2013

Awesome Lists containing this project

README

        

Most of these notebooks contain tutorial exercises that require only Pandas
(http://pandas.pydata.org) and it's dependencies (NumPy, SciPy, Matplotlib).

The geopandas demo, however, requires geopandas
(http://github.com/geopandas/geopandas), and it's dependencies are:

* Fiona
* Shapely
* Descartes

You can interactively play with the notebooks here:
[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/jaidevd/scipy_pandas_tutorial)