xan is a high-performance command-line tool for processing CSV files directly from the shell, built in Rust for speed and memory efficiency. It leverages SIMD-accelerated parsing and parallel processing to handle gigabyte-sized datasets with ease.
Key capabilities include:
Originally forked from xsv, xan has been extensively rewritten to support research workflows in social sciences and web data analysis. It combines the simplicity of CSV with powerful analytical capabilities, making it ideal for programmers, data analysts, and researchers working with structured data at any scale.
$ cargo install xan$ cargo install --git