home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 415486919

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/2375#issuecomment-415486919 https://api.github.com/repos/pydata/xarray/issues/2375 415486919 MDEyOklzc3VlQ29tbWVudDQxNTQ4NjkxOQ== 1217238 2018-08-23T16:46:41Z 2018-08-23T16:46:41Z MEMBER

I chose to use *dims rather than a list of dims so that this change will have a very small impact on people. Most people probably do something like unstack('z') right now, and that will still work.

Usually we prefer to stick to a single argument, but use isinstance checks to support both single dimensions and lists of dimensions, e.g., see how dim is parsed in Dataset.reduce: https://github.com/pydata/xarray/blob/master/xarray/core/dataset.py#L2774-L2779

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