home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 398156747

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/2237#issuecomment-398156747 https://api.github.com/repos/pydata/xarray/issues/2237 398156747 MDEyOklzc3VlQ29tbWVudDM5ODE1Njc0Nw== 1197350 2018-06-18T18:48:34Z 2018-06-18T18:48:34Z MEMBER

And just because it's fun, I will show what the anomaly calculation looks like

ds.foo.groupby('bar').apply(lambda x: x - x.mean()).data.visualize():

ds.foo.groupby('baz').apply(lambda x: x - x.mean()).data.visualize():

It looks like everything is really ok up until the very end, where all the tasks aggregate into a single getitem call.

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