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

modin-project/modin

Modin: Scale your Pandas workflows by changing a single line of code observed · 2026-08-28

github.com/modin-project/modin · homepage · Python · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
modin-project/modinmain67

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