issue_comments
4 rows where author_association = "MEMBER", issue = 218942553 and user = 1197350 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Add persist method to DataSet · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
291552880 | https://github.com/pydata/xarray/pull/1349#issuecomment-291552880 | https://api.github.com/repos/pydata/xarray/issues/1349 | MDEyOklzc3VlQ29tbWVudDI5MTU1Mjg4MA== | rabernat 1197350 | 2017-04-04T16:19:20Z | 2017-04-04T16:19:20Z | MEMBER |
Hopefully the first of many! |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add persist method to DataSet 218942553 | |
291549965 | https://github.com/pydata/xarray/pull/1349#issuecomment-291549965 | https://api.github.com/repos/pydata/xarray/issues/1349 | MDEyOklzc3VlQ29tbWVudDI5MTU0OTk2NQ== | rabernat 1197350 | 2017-04-04T16:10:09Z | 2017-04-04T16:10:09Z | MEMBER | This looks good to go from my point of view! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add persist method to DataSet 218942553 | |
291517534 | https://github.com/pydata/xarray/pull/1349#issuecomment-291517534 | https://api.github.com/repos/pydata/xarray/issues/1349 | MDEyOklzc3VlQ29tbWVudDI5MTUxNzUzNA== | rabernat 1197350 | 2017-04-04T14:29:08Z | 2017-04-04T14:29:08Z | MEMBER | Would also probably be good to document this a bit in the section on dask: https://github.com/pydata/xarray/blob/master/doc/dask.rst |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add persist method to DataSet 218942553 | |
291382124 | https://github.com/pydata/xarray/pull/1349#issuecomment-291382124 | https://api.github.com/repos/pydata/xarray/issues/1349 | MDEyOklzc3VlQ29tbWVudDI5MTM4MjEyNA== | rabernat 1197350 | 2017-04-04T03:13:16Z | 2017-04-04T03:13:16Z | MEMBER | Would it make sense to have |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add persist method to DataSet 218942553 |
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