Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nullcount to stats command #198

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rewrite usage for consistency
  • Loading branch information
scpike committed Dec 13, 2019
commit e5c49fa0c8ae36a570bd2b843034ef9d540b5c20
2 changes: 1 addition & 1 deletion src/cmd/stats.rs
Original file line number Diff line number Diff line change
@@ -47,9 +47,9 @@ stats options:
This requires storing all CSV data in memory.
--median Show the median.
This requires storing all CSV data in memory.
--nullcount Show the number of NULLs.
--nulls Include NULLs in the population size for computing
mean and standard deviation.
--nullcount Include a count of the number of NULLs.
-j, --jobs <arg> The number of jobs to run in parallel.
This works better when the given CSV data has
an index already created. Note that a file handle