Liking cljdoc? Tell your friends :D
Clojure only.

tablecloth.time.api.adjust-interval


adjust-intervalclj

(adjust-interval dataset
                 index-column-name
                 keys
                 ->new-time-converter
                 new-column-name)

Adjusts the interval of the dataset by adding a new column new-column-name whose values are the result of applying time-converter to the column specified by index-column-name, and then performing a group-by operation on that column and any columns specified by keys.

Adjusts the interval of the dataset by adding a new column `new-column-name`
whose values are the result of applying `time-converter` to the column specified
by `index-column-name`, and then performing a `group-by` operation on that column
and any columns specified by `keys`.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close