home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 549436798

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/3483#issuecomment-549436798 https://api.github.com/repos/pydata/xarray/issues/3483 549436798 MDEyOklzc3VlQ29tbWVudDU0OTQzNjc5OA== 14808389 2019-11-04T16:33:40Z 2019-11-04T16:33:40Z MEMBER

would it not be possible to always convert DataArray args using .variable? Unless I'm missing something, this should keep the information on the dimensions while also allowing to change the data independently: python obj.assign_coords(x=obj.x.copy(data=list("efgh")).variable, y=(obj.y * 2).variable) obj.assign_coords(x=list("efgh"), y=(obj.y * 2).variable) both work

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