Difference between revisions of "Dask"
Jump to navigation
Jump to search
(Created page with "= 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 comput...") |
(No difference)
|
Latest revision as of 11:33, 14 July 2025
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