Ross ROSS = Recommend OSS · open-source software intelligence for agents

Dask

Parallel computing with task scheduling observed · 2026-08-28

github.com/dask/dask · homepage · Python · BSD-3-Clause (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
dask/daskmain99
dask/dask-tutorialexamples55
dask/distributedbackend99

For agents

markdown · JSON · MCP: product_card(name="dask/dask")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem