issue_comments
4 rows where user = 408363 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
624652995 | https://github.com/pydata/xarray/issues/4027#issuecomment-624652995 | https://api.github.com/repos/pydata/xarray/issues/4027 | MDEyOklzc3VlQ29tbWVudDYyNDY1Mjk5NQ== | ignamv 408363 | 2020-05-06T13:34:49Z | 2020-05-06T13:34:49Z | NONE | It looks like this is fixed by 1eedc5c |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bug in the conversion of Pandas DataFrame into Xarray Dataset . 611879581 | |
624623472 | https://github.com/pydata/xarray/issues/4027#issuecomment-624623472 | https://api.github.com/repos/pydata/xarray/issues/4027 | MDEyOklzc3VlQ29tbWVudDYyNDYyMzQ3Mg== | ignamv 408363 | 2020-05-06T12:36:55Z | 2020-05-06T12:36:55Z | NONE | Indeed, if I change this line from
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bug in the conversion of Pandas DataFrame into Xarray Dataset . 611879581 | |
624621313 | https://github.com/pydata/xarray/issues/4027#issuecomment-624621313 | https://api.github.com/repos/pydata/xarray/issues/4027 | MDEyOklzc3VlQ29tbWVudDYyNDYyMTMxMw== | ignamv 408363 | 2020-05-06T12:32:13Z | 2020-05-06T12:32:13Z | NONE | It looks like the following line causes the input data to be reordered, so it no longer matches the original dimensions: https://github.com/pydata/xarray/blob/master/xarray/core/dataset.py#L4564 This would probably work if the dimensions were sorted before putting them into the dataset. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bug in the conversion of Pandas DataFrame into Xarray Dataset . 611879581 | |
624613640 | https://github.com/pydata/xarray/issues/4027#issuecomment-624613640 | https://api.github.com/repos/pydata/xarray/issues/4027 | MDEyOklzc3VlQ29tbWVudDYyNDYxMzY0MA== | ignamv 408363 | 2020-05-06T12:14:47Z | 2020-05-06T12:14:47Z | NONE | Simpler example, if it's any use:
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bug in the conversion of Pandas DataFrame into Xarray Dataset . 611879581 |
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