---
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
```
