aq.rolling() with a custom function? #309
Unanswered
jonathancallahan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use
aq.rolling()
andaq.escape()
to derive a new nowcast value from existing pm25 data.I've tried it with
aq.escape(aq.rolling(...
andaq.rolling(aq.escape(...
but I only ever see a single value being passed down tonowcastPM()
rather than an array of 12 values.Are there any examples of using
aq.rolling()
with a custom function?Beta Was this translation helpful? Give feedback.
All reactions