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
- Host: GitHub
- URL: https://github.com/jcrist/dask_pydata_nyc
- Owner: jcrist
- Created: 2015-11-11T20:00:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T20:04:12.000Z (almost 10 years ago)
- Last Synced: 2025-04-14T17:59:16.712Z (6 months ago)
- Size: 0 Bytes
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)