github jqnatividad/qsv 0.18.0

latest releases: 0.127.0, 0.126.0, 0.125.0...
2 years ago

MAJOR NEW FEATURES

  • stats mode is now also multi-modal -i.e. returns multiples modes when detected.
    e.g. mode[1,1,2,2,3,4,6,6] will return [1,2,6].
    It will continue to return one mode if only one is detected.
  • stats quartile now also computes IQR, lower/upper fences and skew (using Pearson's median skewness). For code simplicity, calculated skew with quartile.
  • join now also support left-semi and left-anti joins, the same way Spark does.
  • search --flag option now returns row number, not just '1'.
  • searchset --flag option now returns row number, followed by a semi-colon, and a list of matching regexes.

See CHANGELOG for details.

Don't miss a new qsv release

NewReleases is sending notifications on new releases.