(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`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |