hscannell / Dask-tutorial-CDS

Dask tutorial for the CDS Lab Hack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Dask tutorial for the CDS Lab Hack

License:MIT License


Languages

Language:Jupyter Notebook 100.0%