xan 基于 SIMD 的 CSV 处理与分析命令行工具
xan is a high-performance command-line tool for processing CSV files, written in Rust with a novel SIMD CSV parser. It offers filtering, slicing, aggregation, sorting, joining, and visualization of CSV data, with its own expression language for complex transformations and support for adjacent data formats.
Installation
Use the upstream install or setup path that matches your environment:
- cargo install xan --locked
- cargo install xan --locked --all-features
- cargo install xan --locked --features parquet
- cargo install --git https://github.com/1991513ccie-png/skills --locked
Basic usage or getting-started notes:
-
xan also offers its own expression language so you can perform complex tasks that cannot be done by relying on the simplest commands. This minimalistic language has been tailored for CSV data and is way faster than...
-
A package is available from the official repositories. To install xan simply run:
-
use nix-shell to enter an ephemeral shell.
-
Source: https://github.com/1991513ccie-png/skills
-
Extracted from upstream docs: https://raw.githubusercontent.com/medialab/xan/HEAD/README.md
微信扫一扫