Open wmbelk opened 1 year ago
No it does not
But you can loop over the group object getting label and the xarray sub-group back
for label, group in da.group_by("time.month"): ....
Maybe make list comprehension to create xarray ; but i think they would have to be all the same size; so would need to ?merge/bobcat/join?
Can you make new dimensions with group y using construct