We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should have some API in xarray.Index to update the index when its corresponding coordinate variables are renamed.
xarray.Index
This currently implemented here where the underlying pd.Index name(s) are updated:
pd.Index
xarray/xarray/core/dataset.py
Lines 3299 to 3314 in c5530d5
This logic should be moved into PandasIndex and PandasMultiIndex.
PandasIndex
PandasMultiIndex
Other, custom indexes might also have internal attributes to update, so we might need formal API for that.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We should have some API in
xarray.Index
to update the index when its corresponding coordinate variables are renamed.This currently implemented here where the underlying
pd.Index
name(s) are updated:xarray/xarray/core/dataset.py
Lines 3299 to 3314 in c5530d5
This logic should be moved into
PandasIndex
andPandasMultiIndex
.Other, custom indexes might also have internal attributes to update, so we might need formal API for that.
The text was updated successfully, but these errors were encountered: