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

https://github.com/jcrist/dask_pydata_nyc

Materials for dask talk at PyData NYC
https://github.com/jcrist/dask_pydata_nyc

Last synced: 6 months ago
JSON representation

Materials for dask talk at PyData NYC

Awesome Lists containing this project

README

          

# Dask - Parallelizing NumPy/Pandas Through Task Scheduling

This talk was given at PyData NYC 2015, giving an overview of
[Dask](http://dask.pydata.org/en/latest/).

Slides can be found on speakerdeck [here](https://speakerdeck.com/jcrist/pandas-through-task-scheduling-1).

The notebooks found in this repo are full, self contained versions of the demos
given in the talk.

The notebooks contain bokeh plots, and are best viewed in nbviewer:

- [Array Demo](http://nbviewer.ipython.org/github/jcrist/Dask_PyData_NYC/blob/master/Dask_Array.ipynb)
- [DataFrame Demo](http://nbviewer.ipython.org/github/jcrist/Dask_PyData_NYC/blob/master/Dask_DataFrame_Airline.ipynb)