csv_cruncher 0.1.0

A blazing-fast CSV processor with Python bindings, because pandas deserves a timeout
Documentation

CSV Cruncher

A fast CSV processor with Python bindings. Beats pandas at its own game.

Install

cargo add csv_cruncher
pip install maturin
uv run maturin develop

Usage

CLI:

cargo run -- --input data.csv --output results.json

Python:

from csv_cruncher import crunch_csv
print(crunch_csv("data.csv"))