CSV Cruncher
A fast CSV processor with Python bindings. Beats pandas at its own game.
Install
Usage
CLI:
Python:
A fast CSV processor with Python bindings. Beats pandas at its own game.
cargo add csv_cruncher
pip install maturin
uv run maturin develop
cargo run -- --input data.csv --output results.json
from csv_cruncher import crunch_csv
print(crunch_csv("data.csv"))