issue_comments
5 rows where author_association = "MEMBER", issue = 1643408278 and user = 5821660 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- `nan` values appearing when saving and loading from `netCDF` due to encoding · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1492078304 | https://github.com/pydata/xarray/issues/7691#issuecomment-1492078304 | https://api.github.com/repos/pydata/xarray/issues/7691 | IC_kwDOAMm_X85Y707g | kmuehlbauer 5821660 | 2023-03-31T15:05:17Z | 2023-03-31T15:05:17Z | MEMBER |
Great, thanks for testing. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
`nan` values appearing when saving and loading from `netCDF` due to encoding 1643408278 | |
1491915288 | https://github.com/pydata/xarray/issues/7691#issuecomment-1491915288 | https://api.github.com/repos/pydata/xarray/issues/7691 | IC_kwDOAMm_X85Y7NIY | kmuehlbauer 5821660 | 2023-03-31T13:19:01Z | 2023-03-31T13:19:01Z | MEMBER | @euronion There is a potential fix for your issue in #7654. It would be great, if you could have a closer look and test against that PR. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
`nan` values appearing when saving and loading from `netCDF` due to encoding 1643408278 | |
1486870845 | https://github.com/pydata/xarray/issues/7691#issuecomment-1486870845 | https://api.github.com/repos/pydata/xarray/issues/7691 | IC_kwDOAMm_X85Yn9k9 | kmuehlbauer 5821660 | 2023-03-28T13:16:31Z | 2023-03-28T13:31:46Z | MEMBER | MCVE:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
`nan` values appearing when saving and loading from `netCDF` due to encoding 1643408278 | |
1486817329 | https://github.com/pydata/xarray/issues/7691#issuecomment-1486817329 | https://api.github.com/repos/pydata/xarray/issues/7691 | IC_kwDOAMm_X85Ynwgx | kmuehlbauer 5821660 | 2023-03-28T12:41:43Z | 2023-03-28T12:41:43Z | MEMBER |
So for NetCDF the default fillvalue for NC_SHORT ( |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
`nan` values appearing when saving and loading from `netCDF` due to encoding 1643408278 | |
1486532302 | https://github.com/pydata/xarray/issues/7691#issuecomment-1486532302 | https://api.github.com/repos/pydata/xarray/issues/7691 | IC_kwDOAMm_X85Ymq7O | kmuehlbauer 5821660 | 2023-03-28T09:37:58Z | 2023-03-28T09:46:57Z | MEMBER | Thanks for all the details, @euronion. From what I can tell, everything is OK with the original file. It's using packed data: https://docs.unidata.ucar.edu/nug/current/best_practices.html#bp_Packed-Data-Values. The only thing what might be a bit off is why they didn't choose As both The reason why this isn't done is because the
The As this doesn't surface that often it might just happen here by accident. If the Update: corrected to |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
`nan` values appearing when saving and loading from `netCDF` due to encoding 1643408278 |
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