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
We could support unknown groups in the xarray interface if the user provides a size for "expected groups". The returned xarray object will have an unindexed "groups" coordinate and a dask array for "group_labels" non-dimensional coordinate.
As long as the provided size > total number of discovered groups, this should work OK.
The text was updated successfully, but these errors were encountered:
We could support unknown groups in the xarray interface if the user provides a size for "expected groups". The returned xarray object will have an unindexed "groups" coordinate and a dask array for "group_labels" non-dimensional coordinate.
As long as the provided size > total number of discovered groups, this should work OK.
The text was updated successfully, but these errors were encountered: