Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 590 Bytes

index.rst

File metadata and controls

28 lines (21 loc) · 590 Bytes

Dask Tutorial

You can run this tutorial in a live session here: Binder

This tutorial was last given at SciPy 2020 in Austin Texas. A video is available online.

.. toctree::
   :maxdepth: 1

   00_overview
   01_dask.delayed
   01x_lazy
   02_bag
   03_array
   04_dataframe
   05_distributed
   06_distributed_advanced
   07_dataframe_storage
   08_machine_learning
   Homework