How to perform grouped operations? #11522
Unanswered
joshua-gould
asked this question in
Q&A
Replies: 2 comments 1 reply
|
Does https://docs.xarray.dev/en/stable/user-guide/groupby.html#grouped-arithmetic help? It should be |
0 replies
|
Thanks so much. I read the documentation before but I missed the example code |
1 reply
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 compute grouped statistics from one data array and apply these statistics to another array.
Example:
All reactions