issue_comments
1 row where issue = 548263148 and user = 10137 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- open_mfdataset - different behavior with dask.distributed.LocalCluster · 1 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
573192307 | https://github.com/pydata/xarray/issues/3684#issuecomment-573192307 | https://api.github.com/repos/pydata/xarray/issues/3684 | MDEyOklzc3VlQ29tbWVudDU3MzE5MjMwNw== | ghost 10137 | 2020-01-10T20:25:53Z | 2020-01-10T21:03:28Z | NONE | Each individual dataset opens successfully. ```python
Coordinates: * time (time) int32 4000 4001 4002 4003 4004 ... 4995 4996 4997 4998 4999 * sectors (sectors) object '40107_0_260000' '40107_1_320000' '40107_2_290000' * beams (beams) int32 0 1 2 3 4 5 6 7 8 ... 242 243 244 245 246 247 248 249
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_mfdataset - different behavior with dask.distributed.LocalCluster 548263148 |
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