xan

Fast CSV manipulation and analysis tool written in Rust

brewmacoslinux
Try with needOr install directly
Source

About

CSV CLI magician written in Rust

Commands

xan

Examples

Select specific columns from a CSV file$ xan select name,email data.csv
Filter rows based on a condition$ xan search 'age > 25' data.csv
Get basic statistics about CSV columns$ xan stats data.csv