BurntSushi / xsv

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

Option to align decimal points in printed statistics? #263

Open Beliavsky opened 3 years ago

Beliavsky commented 3 years ago

In my program to summarize data, the decimal points of the printed summary statistics are aligned, for example

                 var       mean         sd        min        max
                   x1     0.4933     0.2770     0.0006     0.9995
                   x2     5.0344     2.8776     0.0022     9.9953
                   x3    49.5909    28.5406     0.0142    99.9723

Is there a way to get this behavior using xsv stats?