issue_comments: 706640151
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/4498#issuecomment-706640151 | https://api.github.com/repos/pydata/xarray/issues/4498 | 706640151 | MDEyOklzc3VlQ29tbWVudDcwNjY0MDE1MQ== | 1217238 | 2020-10-11T02:32:25Z | 2020-10-11T02:32:36Z | MEMBER |
Right now, grouped aggregations are very slow when there are many groups (like in resample) because we use a Python loop over groups. Probably the most obvious way to speed this up would be to wrap the "numpy-groupies" package in xarray: https://github.com/pydata/xarray/issues/4473 |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
718436141 |