csv_cruncher

Crates.iocsv_cruncher
lib.rscsv_cruncher
version0.1.0
created_at2025-04-28 18:45:11.615141+00
updated_at2025-04-28 18:45:11.615141+00
descriptionA blazing-fast CSV processor with Python bindings, because pandas deserves a timeout
homepage
repository
max_upload_size
id1652550
size93,995
Gwang-Jin Kim (gwangjinkim)

documentation

README

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"))
Commit count: 0

cargo fmt