scicloj / tablecloth.time

Tools for the processing and manipulation of time-series data in Clojure.
Other
18 stars 1 forks source link

Enable `rename-index-to` option for `adjust-frequency` fn #54

Closed ezmiller closed 2 years ago

ezmiller commented 2 years ago

Goal / Problem

If you are changing the frequency of your time index, you might want to change the name as well, for example so that you get an appropriate name when plotting.

Proposed Solution

Work remaining

Open Questions