issue_comments
3 rows where author_association = "MEMBER", issue = 221858543 and user = 306380 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Sparse arrays · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
511209094 | https://github.com/pydata/xarray/issues/1375#issuecomment-511209094 | https://api.github.com/repos/pydata/xarray/issues/1375 | MDEyOklzc3VlQ29tbWVudDUxMTIwOTA5NA== | mrocklin 306380 | 2019-07-14T14:50:45Z | 2019-07-14T14:50:45Z | MEMBER | @nvictus has been working on this at #3117 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Sparse arrays 221858543 | |
510943157 | https://github.com/pydata/xarray/issues/1375#issuecomment-510943157 | https://api.github.com/repos/pydata/xarray/issues/1375 | MDEyOklzc3VlQ29tbWVudDUxMDk0MzE1Nw== | mrocklin 306380 | 2019-07-12T16:07:42Z | 2019-07-12T16:07:42Z | MEMBER | @rgommers might be able to recommend someone |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Sparse arrays 221858543 | |
294381137 | https://github.com/pydata/xarray/issues/1375#issuecomment-294381137 | https://api.github.com/repos/pydata/xarray/issues/1375 | MDEyOklzc3VlQ29tbWVudDI5NDM4MTEzNw== | mrocklin 306380 | 2017-04-16T23:50:26Z | 2017-04-16T23:50:26Z | MEMBER | Here is a brief attempt at a multi-dimensional sparse array: https://github.com/mrocklin/sparse It depends on numpy and scipy.sparse and, with the exception of a bit of in-memory data movement and copies, should run at scipy speeds (though I haven't done any benchmarking). @rabernat do you have an application that we could use to drive this? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Sparse arrays 221858543 |
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