home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 544350457

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/1081#issuecomment-544350457 https://api.github.com/repos/pydata/xarray/issues/1081 544350457 MDEyOklzc3VlQ29tbWVudDU0NDM1MDQ1Nw== 1217238 2019-10-21T05:06:02Z 2019-10-21T05:06:02Z MEMBER

There's one edge case that might be worth thinking carefully about here: Consider a dataset with two variables with dimensions ('w', 'x', 'y', 'z') and ('x', 'w', 'y', 'z'). Now we write .transpose(..., 'z', 'y'). What should the dimensions of variables on the resulting dataset be?

  1. Both ('w', 'x', 'z', 'y'), with ... filled in based on the order of dimensions in the overall dataset.
  2. ('w', 'x', 'y', 'z') and ('x', 'w', 'y', 'z'), with ... filled in for each variable separately.
{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  187393785
Powered by Datasette · Queries took 0.719ms · About: xarray-datasette