-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stats
: smarter cardinality computation
Since `stats` knows the sort order of a column, it now uses that information to skip sorting before computing stats that require sorting - e.g. cardinality, modes/antimodes, quartiles, median, mad. Also tweaked qsv-stats cardinality computation to be more memory efficient and faster, so qsv should be able to handle even larger datasets when computing advanced stats
- Loading branch information
1 parent
fd1a0e5
commit 4e63fec
Showing
3 changed files
with
63 additions
and
39 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters