modin-project/modin
Modin: Scale your Pandas workflows by changing a single line of code observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 66
- Release rhythm 50
- 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: 20.0
- age_days: 2995
- days_rel: 335
- days_push: 204
- n_releases_24m: 9
Adoption not part of the score
10390 stars · 680 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Modin is a drop-in replacement for pandas that scales DataFrame operations across all CPU cores using Ray, Dask, or Unidist as execution engines. Users speed up existing pandas workflows by changing only the import statement, with support for larger-than-memory datasets.
Use cases
- speed up slow pandas scripts by parallelizing across cores
- work with datasets too large to fit in memory with pandas
- migrate existing pandas notebooks to distributed execution with minimal code changes
- process large CSV files faster than pandas
- run pandas-style analytics on a cluster without rewriting code
When to choose
- you have existing pandas code that is slow or memory-bound
- you want pandas API compatibility without learning a new framework
- you need to scale from a laptop to a cluster with the same code
When to avoid
- your datasets are small and pandas performance is adequate
- you need APIs or behaviors not yet implemented in Modin
- you require fine-grained control over distributed execution semantics
Facets
library · maturity active
data-science etl analytics streaming data-science big-data analytics python windows cloud pandas dataframe distributed-computing ray dask drop-in-replacement parallel-computing data-engineering linux macos
3 sources
- readme: https://github.com/modin-project/modin · fetched 2026-08-28 · a5bafe0c3e6f
- homepage: http://modin.readthedocs.io · fetched 2026-08-29 · f151042314a6
- registry_pypi: https://pypi.org/pypi/modin/json · fetched 2026-08-29 · 9de3183d3713
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| modin-project/modin | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="modin-project/modin")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem