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
The issue here is that pandas.MultiIndex.from_product (used in xarray's stack) sorts levels, which means that when we unstack we get back sorted levels. We should probably fix this by using a custom version of from_product that doesn't sort levels.
As reported by @robintw on the mailing list:
The text was updated successfully, but these errors were encountered: