csv-summarizer · git:20260919.09fb8dd · 2026-09-19 · sha256 a44160899367f9d0
csv-summarizer git:20260919.09fb8ddA
Immutable. This exact content is served forever at /api/v1/blob/a44160899367f9d0.
--- name: csv-summarizer description: Print row and column counts for a CSV file license: MIT allowed-tools: - Bash - Read --- # CSV Summarizer Reads a CSV file and prints how many rows and columns it has. ## Usage ```bash python scripts/summarize.py path/to/file.csv ```