CLI Finder / 场景 / analyze-csv

CLI tools for analyzing CSV files

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

场景

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.