home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 554479160

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/3527#issuecomment-554479160 https://api.github.com/repos/pydata/xarray/issues/3527 554479160 MDEyOklzc3VlQ29tbWVudDU1NDQ3OTE2MA== 2448579 2019-11-15T18:39:44Z 2019-11-15T18:39:44Z MEMBER

I can also reproduce this with std

Which behaviour can you reproduce?

Replacing mean with std in my last example passes the identical check. Actually this works too

a_ds = ds.groupby("y").apply(lambda x: x).a a_da = ds.a.groupby("y").apply(lambda x: x) a_ds.identical(a_da)

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