(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 is a website building & hosting documentation for Clojure/Script libraries
× close