tech.ml.dataset
version 4.03
parallel?
option set to true
). These are: aggregate
, unique-by
, order-by
, join-columns
, separate-columns
, ungroup
aggregation
uses now in-place ungrouping which is much fastertech.ml.dataset
version 3.06
fill-range-replace
to inject data to make continuous seqence in columnwrite-nippy!
and read-nippy
tech.ml.dataset
version 2.13
replace-missing
new strategies: :mid
and :lerp
, working also for dates.replace-missing
has different conctract and default strategy :mid
. value
argument is the last argument now.replace-missing
:up
and :down
strategies, when value
is nil
fills border missing values with nearest value.tech.ml.dataset
version 2.06
asof-join
addedreshape
testspivot->wider
accepts :drop-missing?
option (default: true
)pivot->wider
drops missing rows by defaultpivto->wider
order of concatenated column names is reversed (first: colnames, last: value), was opposite.pivot->longer
:splitter
accepts string used for splitting column nameCan you improve this documentation? These fine people already did:
GenerateMe & genmeblogEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close