issue_comments
2 rows where author_association = "MEMBER", issue = 247835797 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- Bug or not? Loading netcdf into xr.DataArray is in bytes · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
320278935 | https://github.com/pydata/xarray/issues/1501#issuecomment-320278935 | https://api.github.com/repos/pydata/xarray/issues/1501 | MDEyOklzc3VlQ29tbWVudDMyMDI3ODkzNQ== | shoyer 1217238 | 2017-08-04T15:29:32Z | 2017-08-04T15:29:32Z | MEMBER | I'm not 100% sure it will work properly here, but try installing the netCDF4-Python library: http://unidata.github.io/netcdf4-python/ The default engine is scipy if you don't have netcdf4 installed. And unfortunately scipy is somewhat hampered by the lack of a single byte (ASCII) string dtype in NumPy, so it uses bytes for everything. We could (and perhaps should) potentially fix this in a wrapper on the xarray side. It was easy to ignore these issues back when most people were using Python 2 but that's no longer the case. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bug or not? Loading netcdf into xr.DataArray is in bytes 247835797 | |
320118530 | https://github.com/pydata/xarray/issues/1501#issuecomment-320118530 | https://api.github.com/repos/pydata/xarray/issues/1501 | MDEyOklzc3VlQ29tbWVudDMyMDExODUzMA== | shoyer 1217238 | 2017-08-03T23:42:16Z | 2017-08-03T23:42:16Z | MEMBER |
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Bug or not? Loading netcdf into xr.DataArray is in bytes 247835797 |
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