issue_comments
4 rows where author_association = "MEMBER", issue = 84127296 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
issue 1
- add average function · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
218520080 | https://github.com/pydata/xarray/issues/422#issuecomment-218520080 | https://api.github.com/repos/pydata/xarray/issues/422 | MDEyOklzc3VlQ29tbWVudDIxODUyMDA4MA== | shoyer 1217238 | 2016-05-11T16:51:10Z | 2016-05-11T16:51:10Z | MEMBER | Yes, +1 for
This is a fair point, I haven't looked in to the details of these implementations yet. But I expect there are still at least a few picks of logic that we will be able to share. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add average function 84127296 | |
218360875 | https://github.com/pydata/xarray/issues/422#issuecomment-218360875 | https://api.github.com/repos/pydata/xarray/issues/422 | MDEyOklzc3VlQ29tbWVudDIxODM2MDg3NQ== | shoyer 1217238 | 2016-05-11T04:47:46Z | 2016-05-11T04:47:46Z | MEMBER | I would suggest not using keyword arguments for |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add average function 84127296 | |
140797623 | https://github.com/pydata/xarray/issues/422#issuecomment-140797623 | https://api.github.com/repos/pydata/xarray/issues/422 | MDEyOklzc3VlQ29tbWVudDE0MDc5NzYyMw== | shoyer 1217238 | 2015-09-16T16:40:20Z | 2015-09-16T16:40:20Z | MEMBER | Possibly using where, e.g., |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add average function 84127296 | |
108118570 | https://github.com/pydata/xarray/issues/422#issuecomment-108118570 | https://api.github.com/repos/pydata/xarray/issues/422 | MDEyOklzc3VlQ29tbWVudDEwODExODU3MA== | shoyer 1217238 | 2015-06-02T22:41:22Z | 2015-06-02T22:41:22Z | MEMBER | Module error checking, etc., this would look something like:
This is pretty easy to do manually, but I can see the value in having the standard method around, so I'm definitely open to PRs to add this functionality. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add average function 84127296 |
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]);
user 1