# elixir-explorer/explorer

Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir

Repository: https://github.com/elixir-explorer/explorer
Canonical: https://ross.abutalabs.com/products/explorer
Homepage: https://hexdocs.pm/explorer
Language: Elixir
License: MIT
License Family: permissive
Topics: elixir, dataframes, rust, data-science
Last push: 2026-08-09T22:24:06+00:00

## Health v2 (maintenance only)
Score: 87/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 68, longevity 100
- inputs: {"age_days": 1867, "days_push": 24, "days_rel": 56, "gap_med": 130.0, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1291, forks 153 (observed 2026-08-28T04:04:15.611492+00:00)

## What it is
Explorer is an Elixir library providing series (one-dimensional) and dataframes (two-dimensional) for fast data exploration and manipulation. It is backed by NIF bindings to the Polars library and offers a dplyr-inspired, immutable API with support for CSV, Parquet, NDJSON, and Arrow IPC formats.

## Use cases
- work with dataframes in Elixir
- explore and manipulate tabular data in Elixir
- read and write CSV and Parquet files in Elixir
- filter and transform datasets with a dplyr-like API
- analyze large datasets fast in Elixir
- load data from S3 or databases into dataframes

## When to choose
- you're doing data science or data manipulation in Elixir or Livebook
- you want Polars-level performance with an idiomatic Elixir API
- you need immutable, tidy-data-style dataframe operations

## When to avoid
- you need a dataframe library outside the Elixir ecosystem
- you prefer SQL-based analytics via DuckDB (consider Dux instead)
- you need remote/Spark dataframe backends that are not yet implemented

## Facets
- artifact type: library
- maturity: active
- function: data-science, etl, csv, json
- domain: data-science, analytics
- platform: elixir, rust, cross-platform
- tags: dataframes, polars, series, dplyr-inspired, parquet, arrow, data-engineering

## Member repositories
- elixir-explorer/explorer (main) score 87

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:15.611492+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:54:46.777366+00:00, confidence not recorded.
  - readme: https://github.com/elixir-explorer/explorer (fetched 2026-08-28T04:04:15.611492+00:00, sha f87409b21fea)
  - homepage: https://hexdocs.pm/explorer (fetched 2026-08-29T12:11:14.629643+00:00, sha 6223e0e4671b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
