home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 571196866

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/3664#issuecomment-571196866 https://api.github.com/repos/pydata/xarray/issues/3664 571196866 MDEyOklzc3VlQ29tbWVudDU3MTE5Njg2Ng== 13662783 2020-01-06T16:03:16Z 2020-01-06T16:03:16Z CONTRIBUTOR

Ah, thanks. Somehow I didn't search with quite the right search terms...

For posterity, the right way of doing this is by replacing: python da2["x"].values = da1["x"].values by ```python da2 = da2.assign_coords(x=da1["x"]) ````

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