home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 955605233

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
955605233 MDU6SXNzdWU5NTU2MDUyMzM= 5645 Flexible indexes: handle renaming coordinate variables 4160723 closed 0     0 2021-07-29T08:42:00Z 2022-03-17T17:11:42Z 2022-03-17T17:11:42Z MEMBER      

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: https://github.com/pydata/xarray/blob/c5530d52d1bcbd071f4a22d471b728a4845ea36f/xarray/core/dataset.py#L3299-L3314

This logic should be moved into PandasIndex and PandasMultiIndex.

Other, custom indexes might also have internal attributes to update, so we might need formal API for that.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5645/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 1 row from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 0.804ms · About: xarray-datasette