CLI Finder / use-case / analyze-csv

CLI tools for analyzing CSV files

Use DuckDB and data CLIs to analyze local CSV files without writing throwaway scripts.

use-case

Best tools

DuckDB is excellent for SQL over CSV; jq and yq help shape structured outputs.

Agent workflow

Load samples, run SELECT queries, output JSON or markdown summaries, and avoid overwriting source files.