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 really want a normal Index for the coordinates from 1D data, not a MultiIndex. MultiIndex.from_product used to return different types depending on how it was called, but in pandas-dev/pandas#17236 it was fixed to always return a MultiIndex.
The text was updated successfully, but these errors were encountered:
xref #1542
This appears when using the development version of pandas:
I think the problem boils down to these lines:
xarray/xarray/core/coordinates.py
Lines 52 to 58 in 78ca20a
We really want a normal Index for the coordinates from 1D data, not a MultiIndex.
MultiIndex.from_product
used to return different types depending on how it was called, but in pandas-dev/pandas#17236 it was fixed to always return aMultiIndex
.The text was updated successfully, but these errors were encountered: