home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 650272329

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/3936#issuecomment-650272329 https://api.github.com/repos/pydata/xarray/issues/3936 650272329 MDEyOklzc3VlQ29tbWVudDY1MDI3MjMyOQ== 3958036 2020-06-26T16:29:35Z 2020-06-26T16:29:35Z CONTRIBUTOR

ds.argmin(dim=...) returns a single index (the same result as ds.argmin()) but ds.Tair.argmin(dim=...) returns something different from ds.Tair.argmin(). Is that intentional?

I think this is a bug. dim=... to Dataset.argmin should be an error because dim=... returns a dict of results, and it's not clear how to do that consistently for a Dataset that might have several members with different combinations of dimensions.

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