Liking cljdoc? Tell your friends :D

tablecloth.api.utils


->strclj

(->str v)
source

as-regular-datasetclj

(as-regular-dataset ds)

Remove grouping tag

Remove grouping tag
sourceraw docstring

column-namesclj

(column-names ds)
(column-names ds columns-selector)
(column-names ds columns-selector meta-field)
source

grouped?clj

(grouped? ds)

Is dataset represents grouped dataset (result of group-by)?

Is `dataset` represents grouped dataset (result of `group-by`)?
sourceraw docstring

iterable-sequence?clj

(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)?
sourceraw docstring

map-inst?clj

(map-inst? m)
source

mark-as-groupclj

(mark-as-group ds)

Add grouping tag

Add grouping tag
sourceraw docstring

parallel-concatclj

(parallel-concat & dss)
source

process-group-dataclj

(process-group-data ds f)
(process-group-data ds f parallel?)
source

rankclj

(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
sourceraw docstring

read-nippycljdeprecated

(read-nippy filename)
source

type?clj

(type? general-type)
(type? general-type datatype)
source

unmark-groupclj

(unmark-group ds)

Remove grouping tag

Remove grouping tag
sourceraw docstring

write-nippy!cljdeprecated

(write-nippy! ds filename)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close