home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 485540381

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/2710#issuecomment-485540381 https://api.github.com/repos/pydata/xarray/issues/2710 485540381 MDEyOklzc3VlQ29tbWVudDQ4NTU0MDM4MQ== 1217238 2019-04-22T20:26:03Z 2019-04-22T20:27:27Z MEMBER

@barkls I think da.expand_dims(list(da.coords)) should work for this use-case.

Previously, we only used the argument to expand_dims() as a sequence, but now we distinguish between mappings and other sequences.

I don't know what the best resolution would be here, but this seems to be a hazard of duck-typing. I did not anticipate that some users would already be iterating over mappings like .coords.

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