Dask
Parallel computing with task scheduling observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 19
- age_days: 4259
- days_rel: 9
- days_push: 9
- n_releases_24m: 32
Adoption not part of the score
13896 stars · 1937 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Dask is a flexible parallel and distributed computing library for Python that scales pandas, NumPy, scikit-learn, and other PyData tools to larger-than-memory and multi-machine workloads. It provides task scheduling with arbitrary dependencies, parallel dataframes and arrays, and a distributed scheduler deployable from a laptop to clusters on cloud or Kubernetes.
Use cases
- process a 100 GB CSV that doesn't fit in RAM with pandas-like code
- parallelize a for loop that processes thousands of files
- analyze terabytes of multi-dimensional array data with xarray
- scale machine learning training and hyperparameter optimization across a cluster
- run distributed computations on Kubernetes or cloud infrastructure
- speed up groupby and merge operations on large parquet datasets
When to choose
- you already use pandas/NumPy and hit memory or performance limits
- you need flexible arbitrary task graphs, not just data-parallel jobs
- you want a lighter, more Pythonic alternative to Spark
- you need to scale from a laptop to a cluster with the same API
When to avoid
- your datasets fit comfortably in memory and pandas is fast enough
- you need heavy SQL-based ETL where a query engine or Spark is better suited
- you need strict low-latency streaming rather than batch/task computation
- your team requires a JVM-based ecosystem with mature enterprise tooling
Facets
library · maturity stable
concurrency data-science etl machine-learning streaming developer-tools data-science big-data analytics machine-learning microservices python cross-platform cloud parallel-computing task-scheduling dataframes numpy pandas distributed-computing pydata larger-than-memory data-engineering kubernetes
10 sources
- readme: https://github.com/dask/dask · fetched 2026-08-28 · 3f78e7b7da74
- homepage: https://dask.org · fetched 2026-08-29 · 34b9cbb5e7b5
- site_page: https://docs.dask.org/en/latest/install.html · fetched 2026-08-29 · 32c67fac1399
- site_page: https://docs.dask.org/en/stable · fetched 2026-08-29 · 0d0ce7f9e85b
- site_page: https://docs.dask.org/en/stable/dataframe.html · fetched 2026-08-29 · 9bc13202cb57
- site_page: https://docs.dask.org/en/stable/futures.html · fetched 2026-08-29 · 3201414d3e54
- site_page: https://docs.dask.org/en/stable/array.html · fetched 2026-08-29 · bf98e4441811
- site_page: https://docs.dask.org/en/stable/ml.html · fetched 2026-08-29 · e469f18117eb
- site_page: https://docs.dask.org/en/stable/deploying.html · fetched 2026-08-29 · 22c58261f8a7
- registry_pypi: https://pypi.org/pypi/dask/json · fetched 2026-08-29 · a28366a8fadc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dask/dask | main | 99 |
| dask/dask-tutorial | examples | 55 |
| dask/distributed | backend | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem