We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
03bffd4
License under MIT
1eea06e
Fix a bug where ds crashes on an empty file as input, it now outputs 0's for all summary stats.
ds
f0f846e
Fix bug with single number bucket datasets like: 1 or 1,1
8775e1c
This is the first release of ds (datasets). It can currently compute some summary statistics when given a file full of numbers.
ds can also be used as a go package to work with datasets in your code.