issues: 713834297
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
713834297 | MDU6SXNzdWU3MTM4MzQyOTc= | 4482 | Allow skipna in .dot() | 2560426 | open | 0 | 13 | 2020-10-02T18:52:41Z | 2020-10-20T22:21:14Z | NONE | Is your feature request related to a problem? Please describe. Right now there's no efficient way to do a dot product that skips over nan elements. Describe the solution you'd like
I want to be able to treat the summation in Describe alternatives you've considered
It's possible to implement this by hand, but it ends up being extremely inefficient in one of my use-cases:
- |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4482/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |