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

pola-rs/polars

Extremely fast Query Engine for DataFrames, written in Rust observed · 2026-08-28

github.com/pola-rs/polars · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • 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: 4.5
  • age_days: 2303
  • days_rel: 7
  • days_push: 7
  • n_releases_24m: 83

Full methodology

Adoption not part of the score

39505 stars · 3052 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Polars is an extremely fast analytical query engine for DataFrames written in Rust, with multi-threaded vectorized execution, lazy query optimization, and a streaming engine for larger-than-RAM datasets. It offers bindings for Python, Rust, Node.js, R, and SQL, uses the Apache Arrow columnar format for zero-copy interoperability, and optionally supports NVIDIA GPU acceleration.

Use cases

  • analyze large csv and parquet files faster than pandas
  • process datasets larger than RAM with streaming
  • replace pandas with a faster dataframe library
  • run optimized lazy queries on tabular data
  • read and write data from cloud storage and databases
  • accelerate dataframe workloads on NVIDIA GPUs
  • build etl pipelines in python or rust

When to choose

  • you need high-performance dataframe processing that uses all CPU cores
  • your data doesn't fit in memory and you need out-of-core streaming execution
  • you want query optimization with a lazy/expressive API
  • you need zero-copy interop with Apache Arrow ecosystems
  • you work across Python, Rust, Node.js, or R with a consistent API

When to avoid

  • you depend on the full pandas/NumPy ecosystem of third-party libraries
  • you need row-level iterative mutation rather than columnar batch operations
  • your team relies on pandas-specific idioms and APIs without migration effort
  • you need a distributed cluster engine rather than single-machine parallelism

Facets

library · maturity stable

data-science etl database parser concurrency data-science analytics big-data developer-tools python rust cross-platform cli dataframe query-engine apache-arrow parquet streaming-engine lazy-evaluation out-of-core pandas-alternative sql simd data-engineering nodejs gpu

10 sources

Member repositories

RepositoryRoleHealth v2
pola-rs/polarsmain95

For agents

markdown · JSON · MCP: product_card(name="pola-rs/polars")

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