issue_comments
1 row where issue = 105649801 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Better error message for tutorial dataset not found · 1 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
454555849 | https://github.com/pydata/xarray/issues/565#issuecomment-454555849 | https://api.github.com/repos/pydata/xarray/issues/565 | MDEyOklzc3VlQ29tbWVudDQ1NDU1NTg0OQ== | max-sixty 5635139 | 2019-01-15T21:20:50Z | 2019-01-15T21:20:50Z | MEMBER | Closing - this is now better (though admittedly not perfect): ```python In [11]: x = xr.tutorial.open_dataset('air_temperatur')IOError Traceback (most recent call last) <ipython-input-11-5f3e47c60492> in <module>() ----> 1 x = xr.tutorial.open_dataset('air_temperatur') /usr/local/lib/python2.7/site-packages/xarray/tutorial.pyc in open_dataset(name, cache, cache_dir, github_url, branch, kws) 81 MD5 checksum does not match, try downloading dataset again. 82 """ ---> 83 raise IOError(msg) 84 85 ds = _open_dataset(localfile, kws) IOError: MD5 checksum does not match, try downloading dataset again. ``` Please reopen if anyone disagrees |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Better error message for tutorial dataset not found 105649801 |
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