issue_comments
3 rows where issue = 44594982 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Add a "drop" option to squeeze · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
267510339 | https://github.com/pydata/xarray/issues/242#issuecomment-267510339 | https://api.github.com/repos/pydata/xarray/issues/242 | MDEyOklzc3VlQ29tbWVudDI2NzUxMDMzOQ== | naught101 167164 | 2016-12-16T03:43:58Z | 2016-12-16T03:43:58Z | NONE | Awesome, thanks shoyer! :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add a "drop" option to squeeze 44594982 | |
216452747 | https://github.com/pydata/xarray/issues/242#issuecomment-216452747 | https://api.github.com/repos/pydata/xarray/issues/242 | MDEyOklzc3VlQ29tbWVudDIxNjQ1Mjc0Nw== | shoyer 1217238 | 2016-05-03T06:49:00Z | 2016-05-03T06:49:00Z | MEMBER | @naught101 Yes, I think that would be useful. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add a "drop" option to squeeze 44594982 | |
216445714 | https://github.com/pydata/xarray/issues/242#issuecomment-216445714 | https://api.github.com/repos/pydata/xarray/issues/242 | MDEyOklzc3VlQ29tbWVudDIxNjQ0NTcxNA== | naught101 167164 | 2016-05-03T06:04:47Z | 2016-05-03T06:04:47Z | NONE | Not sure if it's worth a separate feature request, but it'd be great to have a ``` python
This would be useful for making |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add a "drop" option to squeeze 44594982 |
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