issue_comments
3 rows where user = 161133 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
user 1
- ScottWales · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
577929592 | https://github.com/pydata/xarray/issues/3717#issuecomment-577929592 | https://api.github.com/repos/pydata/xarray/issues/3717 | MDEyOklzc3VlQ29tbWVudDU3NzkyOTU5Mg== | ScottWales 161133 | 2020-01-23T23:42:27Z | 2020-01-23T23:42:27Z | CONTRIBUTOR | In the reduce call https://github.com/pydata/xarray/blob/6d1434e9b9e9766d6fcafceb05e81734b29994ea/xarray/core/groupby.py#L877-L888
The That should get you started |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
reduce on groupby auto-adds axis argument and complains when axis argument is specified 553930127 | |
503868176 | https://github.com/pydata/xarray/pull/3033#issuecomment-503868176 | https://api.github.com/repos/pydata/xarray/issues/3033 | MDEyOklzc3VlQ29tbWVudDUwMzg2ODE3Ng== | ScottWales 161133 | 2019-06-20T04:56:30Z | 2019-06-20T04:56:30Z | CONTRIBUTOR | Thanks for the review @max-sixty, happy to help out |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: keepdims=True for xarray reductions 457771111 | |
489877380 | https://github.com/pydata/xarray/issues/2943#issuecomment-489877380 | https://api.github.com/repos/pydata/xarray/issues/2943 | MDEyOklzc3VlQ29tbWVudDQ4OTg3NzM4MA== | ScottWales 161133 | 2019-05-07T02:01:12Z | 2019-05-07T02:01:12Z | CONTRIBUTOR | Looks like there is already a fix in #2942 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Rolling operations loose chunking with dask and bottleneck 440988633 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
issue 3