miller
CLILike awk/sed/cut/join/sort for name-indexed data (CSV, JSON, TSV).
Filter CSV rows by condition~97% est.
mlr --csv filter '$age > 30' data.csv+2 more matching recipesdata3 recipes
csvkit
CLIA suite of utilities for converting and working with CSV files.
Get stats on a CSV file~98% est.
csvstat data.csv+2 more matching recipesdata3 recipes
duckdb
CLIIn-process analytical SQL database engine.
Query CSV with SQL~98% est.
duckdb -c "SELECT count(*), avg(price) FROM 'data.csv'"+1 more matching recipedata2 recipes