Liking cljdoc? Tell your friends :D

tablecloth.time.index


get-index-metaclj

(get-index-meta dataset)
source

get-index-typeclj

(get-index-type dataset)
source

index-byclj

(index-by dataset index-column)

Returns a dataset with an index attached as metadata.

Returns a dataset with an index attached as metadata.
sourceraw docstring

make-indexclj

(make-index dataset index-column-key)

Returns an index for dataset based on the specified index-column-key.

Returns an index for `dataset` based on the specified `index-column-key`.
sourceraw docstring

slice-indexclj

(slice-index dataset from to)
(slice-index dataset
             from
             to
             {:keys [result-type] :or {result-type :as-dataset}})

Returns a subset of dataset's rows (or row indexes) as specified by from and to, inclusively.

Options are:

  • result-type - return results as dataset (:as-dataset, default) or a row of indexes (:as-indexes).
Returns a subset of dataset's rows (or row indexes) as specified by from and to, inclusively.

Options are:

- result-type - return results as dataset (`:as-dataset`, default) or a row of indexes (`:as-indexes`). 
sourceraw docstring

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

× close