BurntSushi / xsv

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

feature request: to add null values count to stats #290

Open aborruso opened 2 years ago

aborruso commented 2 years ago

stats is really great, to have null values count should be very interesting.

As usual thank you for this great tool

jqnatividad commented 2 years ago

@aborruso , you may want to check out qsv - a fork of xsv.

It has nullcount, infers Date/DateTime data types, along with some additional descriptive statistics for stats.

aborruso commented 2 years ago

@jqnatividad thank you very much