issue_comments
3 rows where issue = 324409064 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- pandas-0.23 breaks stack with duplicated indices · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
391041677 | https://github.com/pydata/xarray/issues/2160#issuecomment-391041677 | https://api.github.com/repos/pydata/xarray/issues/2160 | MDEyOklzc3VlQ29tbWVudDM5MTA0MTY3Nw== | shoyer 1217238 | 2018-05-22T15:48:13Z | 2018-05-22T15:48:13Z | MEMBER | { "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
pandas-0.23 breaks stack with duplicated indices 324409064 | ||
390278846 | https://github.com/pydata/xarray/issues/2160#issuecomment-390278846 | https://api.github.com/repos/pydata/xarray/issues/2160 | MDEyOklzc3VlQ29tbWVudDM5MDI3ODg0Ng== | shoyer 1217238 | 2018-05-18T17:35:19Z | 2018-05-18T17:35:19Z | MEMBER | It looks like we were indeed creating a MultiIndex with duplicate level values in this case, which is probably not a great idea -- it's a slightly weird edge case in pandas' data model. We should probably update the logic in our |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
pandas-0.23 breaks stack with duplicated indices 324409064 | |
390241672 | https://github.com/pydata/xarray/issues/2160#issuecomment-390241672 | https://api.github.com/repos/pydata/xarray/issues/2160 | MDEyOklzc3VlQ29tbWVudDM5MDI0MTY3Mg== | jhamman 2443309 | 2018-05-18T15:20:55Z | 2018-05-18T15:20:55Z | MEMBER | See also #1499. I don't think we have any tests for duplicate dimensions in xarray so I'm not surprised this has stopped working. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
pandas-0.23 breaks stack with duplicated indices 324409064 |
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