home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1427538729

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/7463#issuecomment-1427538729 https://api.github.com/repos/pydata/xarray/issues/7463 1427538729 IC_kwDOAMm_X85VFoMp 4160723 2023-02-13T08:31:49Z 2023-02-13T09:26:10Z MEMBER

There are two issues:

  • whether we should continue allowing IndexVariable data be updated in place via .data property. IMO we should really deprecate it, especially that now it is possible to have custom, possibly expensive index structures built from one or more coordinates.

  • whether deep=True should deep copy the Xarray index objects. I don't have strong opinion on this. There is a similar discussion on the pandas side: https://github.com/pandas-dev/pandas/issues/19862. I wonder if we reverted the change here because some high-level operations in Xarray were by default deep copying the indexes? I don't think we would want such behavior unless the user explicitly sets deep=True somewhere?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1550792876
Powered by Datasette · Queries took 322.332ms · About: xarray-datasette