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 supportleft-semi
andleft-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.