issue_comments
2 rows where author_association = "MEMBER", issue = 262642978 and user = 1197350 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- Explicit indexes in xarray's data-model (Future of MultiIndex) · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
557566798 | https://github.com/pydata/xarray/issues/1603#issuecomment-557566798 | https://api.github.com/repos/pydata/xarray/issues/1603 | MDEyOklzc3VlQ29tbWVudDU1NzU2Njc5OA== | rabernat 1197350 | 2019-11-22T15:07:14Z | 2019-11-22T15:07:14Z | MEMBER | Thanks @NowanIlfideme for your feedback. Could you perhaps share a gist of code related to your use case? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Explicit indexes in xarray's data-model (Future of MultiIndex) 262642978 | |
511126208 | https://github.com/pydata/xarray/issues/1603#issuecomment-511126208 | https://api.github.com/repos/pydata/xarray/issues/1603 | MDEyOklzc3VlQ29tbWVudDUxMTEyNjIwOA== | rabernat 1197350 | 2019-07-13T14:27:32Z | 2019-07-13T14:27:32Z | MEMBER | After spending a few hours on the issue tracker yesterday, it became clear to me that the issue--more flexible indexes--is a major blocker on many high-priority features going forward. In #2639, @shoyer started to address this. In that now merged-PR, he outlined the following steps, each of which needs its own PR:
So the best way to make progress on all manner of higher-level xarray feature requests is to start working through the next three items in this list. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Explicit indexes in xarray's data-model (Future of MultiIndex) 262642978 |
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