issue_comments
3 rows where issue = 732567105 and user = 10194086 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- UFuncTypeError when reading data from HDF4 file · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
720059537 | https://github.com/pydata/xarray/issues/4552#issuecomment-720059537 | https://api.github.com/repos/pydata/xarray/issues/4552 | MDEyOklzc3VlQ29tbWVudDcyMDA1OTUzNw== | mathause 10194086 | 2020-11-01T09:28:17Z | 2020-11-01T09:28:17Z | MEMBER | I am closing this. Feel free to reopen if you think there more we can do. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
UFuncTypeError when reading data from HDF4 file 732567105 | |
719575453 | https://github.com/pydata/xarray/issues/4552#issuecomment-719575453 | https://api.github.com/repos/pydata/xarray/issues/4552 | MDEyOklzc3VlQ29tbWVudDcxOTU3NTQ1Mw== | mathause 10194086 | 2020-10-30T14:11:38Z | 2020-10-30T14:11:38Z | MEMBER | I don't really see through. The
To summarize 1. the file is maybe not meant to be opened as a netCDF but with a hdf library 2. the file may have an issue, either with the metadata or in the way the file is saved 3. if 2. and 3. are not the case, there may be a bug in the netCDF4 library (because you also get the error using netCDF4 without xarray) So I am tagging this as upstream issue. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
UFuncTypeError when reading data from HDF4 file 732567105 | |
719072356 | https://github.com/pydata/xarray/issues/4552#issuecomment-719072356 | https://api.github.com/repos/pydata/xarray/issues/4552 | MDEyOklzc3VlQ29tbWVudDcxOTA3MjM1Ng== | mathause 10194086 | 2020-10-29T23:03:30Z | 2020-10-29T23:03:30Z | MEMBER | Could you try |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
UFuncTypeError when reading data from HDF4 file 732567105 |
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