home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 274380448

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/1224#issuecomment-274380448 https://api.github.com/repos/pydata/xarray/issues/1224 274380448 MDEyOklzc3VlQ29tbWVudDI3NDM4MDQ0OA== 6213168 2017-01-23T02:02:08Z 2017-01-23T02:02:08Z MEMBER

(arrays * weights).sum('stacked') was my first attempt. It performed considerably worse than sum(a * w for a, w in zip(arrays, weights)) - mostly because xarray.concat() is not terribly performant (I did not look deeper into it).

I did not try dask.array.sum() - worth some playing with.

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