dask==2026.7.1
# Parallel PyData with Task Scheduling
$ pip install dask
downloads/wk
0
license
—
version
2026.7.1
python
>=3.10
What is dask?
Dask is a Python library that enables parallel computing by breaking down large computations into smaller tasks and scheduling their execution across multiple cores or machines. It provides familiar APIs compatible with NumPy and Pandas, allowing you to work with datasets larger than memory by processing them in chunks. Developers use Dask when they need to scale existing PyData workflows without rewriting code for a distributed computing framework.
Links
Keywords