rust-data-processing 0.3.0

Schema-first ingestion (CSV, JSON, Parquet, Excel) into an in-memory DataSet, plus Polars-backed pipelines, SQL, profiling, validation, and map/reduce-style processing.
1
2
3
4
5
[
  { "id": 1, "name": "Ada" },
  { "id": 2, "name": "Grace" },
  { "id": 3, "name": "Linus" }
]