Liking cljdoc? Tell your friends :D

tablecloth.time.utils.indexing


can-identify-index-column?clj

(can-identify-index-column? dataset)

Returns true or false, can the time index column be identified automatically?

Returns `true` or `false`, can the time index column be identified
automatically?
sourceraw docstring

get-index-column-name-or-errorclj

(get-index-column-name-or-error dataset)

Returns the time index column name if it can be identified.

Returns the time index column name if it can be identified.
sourceraw docstring

get-index-column-or-errorclj

(get-index-column-or-error dataset)

Returns the time index column of the dataset if it can be identified.

Returns the time index column of the dataset if it can be identified.
sourceraw docstring

index-column-nameclj

(index-column-name dataset)

Returns the name of the index column or nil. If the :index meta is set on the column metadata, that is the name of the index; otherwise, if there is a single column that can be identifed as time data, that will be the column name.

Returns the name of the index column or `nil`. If the `:index` meta
is set on the column metadata, that is the name of the index;
otherwise, if there is a single column that can be identifed as time
data, that will be the column name.
sourceraw docstring

index-column-object-classclj

(index-column-object-class dataset)

Returns the object class of the index column data, if the index column is known.

Returns the object class of the index column data, if the index
column is known.
sourceraw docstring

time-column?clj

(time-column? col)
source

time-columnsclj

(time-columns dataset)

Returns a list of columns containing time data, if any.

Returns a list of columns containing time data, if any.
sourceraw docstring

unidentifiable-index-errorclj

source

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

× close