Dask logo

Overview

If you have experimented with Dask before, you have likely seen examples using Dask Dataframe and Dask Array. These are some of the high-level interfaces to Dask. They mimic pandas and numpy. These APIs construct task graphs which then get executed on the cluster. But Dask tries to take care of that part, so you only have to think about the high-level.

Dask Array - numpy-like

Dask Dataframe - pandas-like