(as-regular-dataset ds)
Remove grouping tag
Remove grouping tag
(column-names ds)
(column-names ds columns-selector)
(column-names ds columns-selector meta-field)
(grouped? ds)
Is dataset
represents grouped dataset (result of group-by
)?
Is `dataset` represents grouped dataset (result of `group-by`)?
(iterable-sequence? xs)
Check if object is sequential, is column or maybe a reader (iterable)?
Check if object is sequential, is column or maybe a reader (iterable)?
(rank vs)
(rank vs ties)
(rank vs ties desc?)
Sample ranks. See R docs. Rank uses 0 based indexing.
Possible tie strategies: :average
, :first
, :last
, :random
, :min
, :max
, :dense
.
:dense
is the same as in data.table::frank
from R
Sample ranks. See [R docs](https://www.rdocumentation.org/packages/base/versions/3.6.1/topics/rank). Rank uses 0 based indexing. Possible tie strategies: `:average`, `:first`, `:last`, `:random`, `:min`, `:max`, `:dense`. `:dense` is the same as in `data.table::frank` from R
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close