issue_comments
2 rows where issue = 131972229 and user = 226037 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- IO fails with complex datatypes · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
257117471 | https://github.com/pydata/xarray/issues/748#issuecomment-257117471 | https://api.github.com/repos/pydata/xarray/issues/748 | MDEyOklzc3VlQ29tbWVudDI1NzExNzQ3MQ== | alexamici 226037 | 2016-10-29T21:37:19Z | 2016-10-29T21:37:19Z | MEMBER | I reinstalled a bunch of stuff and I can confirm my example above works for me now using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
IO fails with complex datatypes 131972229 | |
249353905 | https://github.com/pydata/xarray/issues/748#issuecomment-249353905 | https://api.github.com/repos/pydata/xarray/issues/748 | MDEyOklzc3VlQ29tbWVudDI0OTM1MzkwNQ== | alexamici 226037 | 2016-09-24T08:54:37Z | 2016-09-24T08:54:49Z | MEMBER | I add to this issue as it refers to general IO failures. Saving a Dataset that contains DataArray with complex data-type fails on all netCDF4 engines:
and
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
IO fails with complex datatypes 131972229 |
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