├── 01-dask.delayed.ipynb ├── 02-dask-dataframes.ipynb ├── 03-schedulers-and-efficiency.ipynb ├── 04-delayed-dataframes.ipynb ├── README.md ├── prep-stocks.py └── solutions ├── 01-delayed-inc-double.py ├── 01-delayed-pandas.py ├── 03-dataframe-spread.py └── 04-delayed-dataframes.py /01-dask.delayed.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrocklin/dask-workshop/HEAD/01-dask.delayed.ipynb -------------------------------------------------------------------------------- /02-dask-dataframes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrocklin/dask-workshop/HEAD/02-dask-dataframes.ipynb -------------------------------------------------------------------------------- /03-schedulers-and-efficiency.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrocklin/dask-workshop/HEAD/03-schedulers-and-efficiency.ipynb -------------------------------------------------------------------------------- /04-delayed-dataframes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrocklin/dask-workshop/HEAD/04-delayed-dataframes.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrocklin/dask-workshop/HEAD/README.md -------------------------------------------------------------------------------- /prep-stocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrocklin/dask-workshop/HEAD/prep-stocks.py -------------------------------------------------------------------------------- /solutions/01-delayed-inc-double.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrocklin/dask-workshop/HEAD/solutions/01-delayed-inc-double.py -------------------------------------------------------------------------------- /solutions/01-delayed-pandas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrocklin/dask-workshop/HEAD/solutions/01-delayed-pandas.py -------------------------------------------------------------------------------- /solutions/03-dataframe-spread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrocklin/dask-workshop/HEAD/solutions/03-dataframe-spread.py -------------------------------------------------------------------------------- /solutions/04-delayed-dataframes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrocklin/dask-workshop/HEAD/solutions/04-delayed-dataframes.py --------------------------------------------------------------------------------