Liking cljdoc? Tell your friends :D

tablecloth.time.api.indexing


index-byclj

(index-by dataset index-column-name)

Identifies the column that should be used as the index for the dataset. Useful when functions that use the index to perform their operations, cannot auto-detect the index column. This can happen if there are more than one time-based column; or, if it is not clear that any column contains time data.

Identifies the column that should be used as the index for the
dataset. Useful when functions that use the index to perform their
operations, cannot auto-detect the index column. This can happen if
there are more than one time-based column; or, if it is not clear
that any column contains time data.
sourceraw docstring

rename-indexclj

(rename-index dataset new-index-name)

Renames the index column if it can be identified.

Renames the index column if it can be identified.
sourceraw docstring

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

× close