issue_comments
2 rows where author_association = "MEMBER" and issue = 216010508 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- ValueError not raised when doing difference of two non-intersecting datasets · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
288584262 | https://github.com/pydata/xarray/issues/1316#issuecomment-288584262 | https://api.github.com/repos/pydata/xarray/issues/1316 | MDEyOklzc3VlQ29tbWVudDI4ODU4NDI2Mg== | shoyer 1217238 | 2017-03-23T00:48:37Z | 2017-03-23T00:48:37Z | MEMBER | This was actually an intentional API change: https://github.com/pydata/xarray/issues/739 But it looks like we forgot to update the documentation. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ValueError not raised when doing difference of two non-intersecting datasets 216010508 | |
288359085 | https://github.com/pydata/xarray/issues/1316#issuecomment-288359085 | https://api.github.com/repos/pydata/xarray/issues/1316 | MDEyOklzc3VlQ29tbWVudDI4ODM1OTA4NQ== | fmaussion 10050469 | 2017-03-22T10:36:04Z | 2017-03-22T10:36:04Z | MEMBER | Yes, I agree that this is a bit confusing - in particular the shape of the output (len 0 on dim time). (I edited your post to print the output) |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ValueError not raised when doing difference of two non-intersecting datasets 216010508 |
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 2