issue_comments
5 rows where issue = 429914958 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- xr.open_dataset(f1).to_netcdf(file2) is not idempotent · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
499921424 | https://github.com/pydata/xarray/issues/2871#issuecomment-499921424 | https://api.github.com/repos/pydata/xarray/issues/2871 | MDEyOklzc3VlQ29tbWVudDQ5OTkyMTQyNA== | dopplershift 221526 | 2019-06-07T15:06:29Z | 2019-06-07T15:06:29Z | CONTRIBUTOR | Just to correct something here, Near the bottom is a specific note about removing the deprecation. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.open_dataset(f1).to_netcdf(file2) is not idempotent 429914958 | |
481033093 | https://github.com/pydata/xarray/issues/2871#issuecomment-481033093 | https://api.github.com/repos/pydata/xarray/issues/2871 | MDEyOklzc3VlQ29tbWVudDQ4MTAzMzA5Mw== | yt87 40218891 | 2019-04-08T22:35:10Z | 2019-04-08T22:35:10Z | NONE | After rethinking the issue, I would drop it: one can simply pass |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.open_dataset(f1).to_netcdf(file2) is not idempotent 429914958 | |
480624904 | https://github.com/pydata/xarray/issues/2871#issuecomment-480624904 | https://api.github.com/repos/pydata/xarray/issues/2871 | MDEyOklzc3VlQ29tbWVudDQ4MDYyNDkwNA== | shoyer 1217238 | 2019-04-07T20:11:05Z | 2019-04-07T20:11:05Z | MEMBER |
Yes, this is a challenging design problem and the current state of affairs is definitely not ideal. If you have ideas about how to reveal the presence of an |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.open_dataset(f1).to_netcdf(file2) is not idempotent 429914958 | |
480475645 | https://github.com/pydata/xarray/issues/2871#issuecomment-480475645 | https://api.github.com/repos/pydata/xarray/issues/2871 | MDEyOklzc3VlQ29tbWVudDQ4MDQ3NTY0NQ== | yt87 40218891 | 2019-04-06T05:24:52Z | 2019-04-06T05:24:52Z | NONE | Indeed it works. Thanks. My quick fix:
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.open_dataset(f1).to_netcdf(file2) is not idempotent 429914958 | |
480460266 | https://github.com/pydata/xarray/issues/2871#issuecomment-480460266 | https://api.github.com/repos/pydata/xarray/issues/2871 | MDEyOklzc3VlQ29tbWVudDQ4MDQ2MDI2Ng== | shoyer 1217238 | 2019-04-06T00:49:39Z | 2019-04-06T00:49:39Z | MEMBER | I think this could be fixed by making Right now, it only uses |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.open_dataset(f1).to_netcdf(file2) is not idempotent 429914958 |
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 3