You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
Multiple people have requested methods for collapsing children or subtrees into single nodes.
Following on from our discourse discussion @abkfenris @patrickcgray
Also see pydata/xarray#3996 (comment) @rabernat @
How about an API like this?
or maybe even the
_subtreesuffix is superfluous...Then the usage might be
You could chain this with the new
.filter()too which would be neat.