issue_comments
2 rows where issue = 1597701713 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- DOC: cross ref the groupby tutorial · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1443966493 | https://github.com/pydata/xarray/pull/7555#issuecomment-1443966493 | https://api.github.com/repos/pydata/xarray/issues/7555 | IC_kwDOAMm_X85WES4d | keewis 14808389 | 2023-02-24T16:32:02Z | 2023-02-24T16:32:02Z | MEMBER | don't worry about the commit history, we always squash merge |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DOC: cross ref the groupby tutorial 1597701713 | |
1443380118 | https://github.com/pydata/xarray/pull/7555#issuecomment-1443380118 | https://api.github.com/repos/pydata/xarray/issues/7555 | IC_kwDOAMm_X85WCDuW | keewis 14808389 | 2023-02-24T09:54:22Z | 2023-02-24T09:54:22Z | MEMBER | here's a example of how we solved this before: https://github.com/pydata/xarray/blob/4427eaaf418103eca8786af4d97f3d365cbcba63/xarray/core/dataset.py#L2093-L2094 This is technically the same, except when reading this you don't have to parse the rst link syntax. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DOC: cross ref the groupby tutorial 1597701713 |
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