vaexio/vaex
Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀 observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 75
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4358
- days_rel: n/a
- days_push: 154
- n_releases_24m: 0
Adoption not part of the score
8507 stars · 601 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Vaex is a high-performance Python DataFrame library for lazy, out-of-core processing of large tabular datasets, using memory mapping and zero-copy operations to process over a billion rows per second. It includes visualization, statistics on N-dimensional grids, fast groupby/join operations, and a machine-learning subpackage, with a Pandas-like API.
Use cases
- analyze a 100GB CSV file that doesn't fit in RAM
- compute statistics on billions of rows quickly
- visualize and explore large tabular datasets interactively in Jupyter
- convert huge CSV files to HDF5 or Arrow format
- do fast groupby aggregations on big data
- build machine learning pipelines on large datasets on a laptop
- join two large tables without copying data into memory
When to choose
- your tabular data exceeds available memory and you want to avoid setting up a cluster
- you need fast statistics, groupby, or joins on billions of rows on a single machine
- you want interactive visualization of large datasets in Jupyter
- you want a Pandas-like API for out-of-core data processing
When to avoid
- your datasets fit comfortably in memory and Pandas or Polars suffice
- you need distributed computing across a cluster (use Spark or Dask)
- you need heavy ecosystem support or very active development
- you work with unstructured data like text or images rather than tabular data
Facets
library · maturity maintenance
data-science data-visualization machine-learning etl data-science big-data data-visualization machine-learning python cross-platform dataframe out-of-core memory-mapping hdf5 apache-arrow big-data jupyter
8 sources
- readme: https://github.com/vaexio/vaex · fetched 2026-08-28 · 7245acfa0d6e
- homepage: https://vaex.io · fetched 2026-08-29 · 52f6286d924e
- site_page: https://vaex.io/docs/index.html · fetched 2026-08-29 · a8b14104785a
- site_page: https://vaex.io/docs/installing.html · fetched 2026-08-29 · 24970d7e3dc7
- site_page: https://vaex.io/docs/tutorials.html · fetched 2026-08-29 · 13143ce1860d
- site_page: https://vaex.io/docs/guides.html · fetched 2026-08-29 · 7a6145d763e1
- site_page: https://vaex.io/docs/faq.html · fetched 2026-08-29 · 6740eac4fe2c
- site_page: https://vaex.io/blog/8-incredibly-powerful-Vaex-features-you-might-have-not-known-about · fetched 2026-08-29 · 23ebdfb9e50d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vaexio/vaex | main | 57 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem