home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1347327518

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/pull/7368#issuecomment-1347327518 https://api.github.com/repos/pydata/xarray/issues/7368 1347327518 IC_kwDOAMm_X85QTpYe 4160723 2022-12-12T21:05:56Z 2022-12-12T21:05:56Z MEMBER

In order to skip creating default indexes when passing a Coordinates object, I first tried a small refactor but in the end I found that the cleanest way to do it was to support alignment for Coordinates. I think it makes sense now that Coordinates is part of Xarray's public API as a "stand-alone" container like Dataset and DataArray.

The "no default index with Coordinates" behavior should be consistent Xarray-wise, i.e., for DataArray / Dataset constructors and also assign_coords, update, etc.

Sorry this PR is getting big, but hopefully this is almost ready (still a few tests to fix or to add).

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