Replies: 2 comments 1 reply
-
It sounds like the imputation transform together with a window |
Beta Was this translation helpful? Give feedback.
-
Hi Joel, Thanks for responding. I've taken a look at the Best wishes |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a time series where I want to plot the individual data points and a 5-day rolling average, e.g:
Notice there is no value for Nov 1st. I'd like my average line to represent the average of the values falling within the five-day period instead of the previous five data points. I can do this in pandas using a resample method, but is there a way to achieve this using altair transformations?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions