(adjust-frequency dataset converter)(adjust-frequency dataset
converter
{:keys [include-columns ungroup?] :or {ungroup? true}})Adjusts the frequency of the time index column by applying the
converter function to the values in the time index. Returns a
grouped dataset that can be used with tablecloth.api.aggregate,
for example.
Options are:
Adjusts the frequency of the time index column by applying the
`converter` function to the values in the time index. Returns a
grouped dataset that can be used with `tablecloth.api.aggregate`,
for example.
Options are:
- ungroup? - Set to true if you want the function to return a
grouped dataset. Default: true
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 |