pola-rs/polars
Extremely fast Query Engine for DataFrames, written in Rust 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
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
- readme: https://github.com/pola-rs/polars · fetched 2026-08-28 · c62bf4c7ed4c
- homepage: https://docs.pola.rs · fetched 2026-08-29 · 545ff9aff919
- site_page: https://docs.pola.rs/releases/changelog · fetched 2026-08-29 · 89c4878990ab
- site_page: https://docs.pola.rs/releases/upgrade/0.20 · fetched 2026-08-29 · ff72adfc2926
- site_page: https://docs.pola.rs/releases/upgrade/0.19 · fetched 2026-08-29 · 1c95eb330547
- site_page: https://docs.pola.rs/user-guide/getting-started · fetched 2026-08-29 · 6d70686f718a
- site_page: https://docs.pola.rs/user-guide/installation · fetched 2026-08-29 · da070b8b3a3d
- site_page: https://docs.pola.rs/releases/upgrade · fetched 2026-08-29 · d5476f05d2be
- site_page: https://docs.pola.rs/releases/upgrade/2 · fetched 2026-08-29 · 866e03a0e614
- site_page: https://docs.pola.rs/releases/upgrade/1 · fetched 2026-08-29 · 7e15d25a2eaa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pola-rs/polars | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem