Skip to content

Commit

Permalink
stats: add note about validating input CSV files in case of stats
Browse files Browse the repository at this point in the history
… errors

[skip ci]
  • Loading branch information
jqnatividad committed Oct 18, 2024
1 parent 41359ca commit 179e051
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/cmd/stats.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
static USAGE: &str = r#"
Compute summary statistics & infers data types for each column in a CSV.
Compute summary statistics & infers data types for each column in a CSV.
> NOTE: `stats` is heavily optimized for speed. It assumes the CSV is well-formed and
UTF-8 encoded. If you encounter problems generating stats, use `qsv validate` to confirm the
input CSV is valid.
Summary statistics includes sum, min/max/range, sort order, min/max/sum/avg length, mean,
standard error of the mean (SEM), stddev, variance, coefficient of variation (CV), nullcount,
Expand Down

0 comments on commit 179e051

Please sign in to comment.