/Dask-tutorial-CDS

Dask tutorial for the CDS Lab Hack

Primary LanguageJupyter NotebookMIT LicenseMIT

Dask tutorial for the Climate Data Science Lab

August 3, 2021

This guide will cover the basic idea of Dask and provide examples of different use cases.

What this tutorial will cover:

  • What is Dask and when should it be used?
  • Dask Collections
  • Dynamic task scheduling and task graphs
  • Best practices

Prerequistes

You should have a solid foundation of Python and be familiar with numpy, pandas, and xarray.