issue_comments
4 rows where author_association = "NONE" and issue = 310833761 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- to_netcdf -> _fill_value without NaN · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1063906458 | https://github.com/pydata/xarray/issues/2037#issuecomment-1063906458 | https://api.github.com/repos/pydata/xarray/issues/2037 | IC_kwDOAMm_X84_aeya | BorjaEst 47473455 | 2022-03-10T10:35:23Z | 2022-03-10T10:59:17Z | NONE | I see know why it did not had sense to push something. Basically cf requirements are in conflict with backend requirements.
It would be needed to restructure tests and review which from backend have sense to apply.
However your snipet worked, but it is not applying to boundary variables, which is a cf requirement as well.
Probably I would edit it to something like:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
to_netcdf -> _fill_value without NaN 310833761 | |
1063806501 | https://github.com/pydata/xarray/issues/2037#issuecomment-1063806501 | https://api.github.com/repos/pydata/xarray/issues/2037 | IC_kwDOAMm_X84_aGYl | BorjaEst 47473455 | 2022-03-10T08:44:15Z | 2022-03-10T08:44:15Z | NONE |
@ellesmith88 is there a branch/fork where you implemented your trials or shall I start one and add your code? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
to_netcdf -> _fill_value without NaN 310833761 | |
1063707401 | https://github.com/pydata/xarray/issues/2037#issuecomment-1063707401 | https://api.github.com/repos/pydata/xarray/issues/2037 | IC_kwDOAMm_X84_ZuMJ | BorjaEst 47473455 | 2022-03-10T06:24:58Z | 2022-03-10T06:25:12Z | NONE | @ellesmith88 ellesmith88
I see you are setting I can give it a try. In which PR are you working on this? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
to_netcdf -> _fill_value without NaN 310833761 | |
1063705114 | https://github.com/pydata/xarray/issues/2037#issuecomment-1063705114 | https://api.github.com/repos/pydata/xarray/issues/2037 | IC_kwDOAMm_X84_Ztoa | BorjaEst 47473455 | 2022-03-10T06:20:40Z | 2022-03-10T06:20:40Z | NONE | I am posting here a temporal solution to this in case someone has the same issue.
Based on https://stackoverflow.com/questions/45693688/xarray-automatically-applying-fillvalue-to-coordinates-on-netcdf-output
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
to_netcdf -> _fill_value without NaN 310833761 |
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