BurntSushi / xsv

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

Feature Request: Use modes for stats #259

Closed jqnatividad closed 2 years ago

jqnatividad commented 3 years ago

The underlying rust-stats library support modes (https://github.com/BurntSushi/rust-stats/pull/9), returning multiple modes if more than one is found.

Right now, it returns nothing when there are multiple modes (https://github.com/BurntSushi/rust-stats/issues/8).