BurntSushi / xsv

A fast CSV command line toolkit written in Rust.
The Unlicense
10.29k stars 317 forks source link

Support quartiles #273

Open m15a opened 3 years ago

m15a commented 3 years ago

May close #87. Depends on BurntSushi/rust-stats/pull/15.

This PL adds option xsv stats --quartiles. Using quartiles Q1 and Q3, we can roughly estimate outliers. IMHO it's a handy option for preliminary CSV inspection.