Dask

From Public PIC Wiki
Jump to navigation Jump to search

Dask

Dask is a system for scaling out computations in Python. It supports distributed calculations with large Numpy arrays and Pandas data frames, but also custom computations and dependencies.

A notebook with instructions on how to run Dask at PIC can be found here