issue_comments
4 rows where issue = 1293460108 and user = 4160723 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- MultiIndex listed multiple times in Dataset.indexes property · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1236935368 | https://github.com/pydata/xarray/issues/6752#issuecomment-1236935368 | https://api.github.com/repos/pydata/xarray/issues/6752 | IC_kwDOAMm_X85JuiLI | benbovy 4160723 | 2022-09-05T12:21:54Z | 2022-09-05T12:21:54Z | MEMBER |
Yes I think we can close it. Thanks for your feedback and for the issue report! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
MultiIndex listed multiple times in Dataset.indexes property 1293460108 | |
1236931851 | https://github.com/pydata/xarray/issues/6752#issuecomment-1236931851 | https://api.github.com/repos/pydata/xarray/issues/6752 | IC_kwDOAMm_X85JuhUL | benbovy 4160723 | 2022-09-05T12:19:08Z | 2022-09-05T12:19:08Z | MEMBER |
Not yet, this still has to be detailed in the documentation (tracked in #6293 along with other todo items related to indexes). The |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
MultiIndex listed multiple times in Dataset.indexes property 1293460108 | |
1236756285 | https://github.com/pydata/xarray/issues/6752#issuecomment-1236756285 | https://api.github.com/repos/pydata/xarray/issues/6752 | IC_kwDOAMm_X85Jt2c9 | benbovy 4160723 | 2022-09-05T09:26:36Z | 2022-09-05T09:26:36Z | MEMBER | Thanks for the issue report @lukasbindreiter, I opened #6987. As a workaround, you could use Regarding (de)serialization (from)to netCDF or other formats, I wonder if building multi-indexes or other custom indexes when opening the dataset couldn't be done via some custom Xarray IO backend (https://docs.xarray.dev/en/stable/internals/how-to-add-new-backend.html). I'm not sure how easy / hard it is to implement a custom backend on top of an existing one, though. For the serialization, Xarray doesn't support custom writable backends (yet), but since multi-index levels are now real coordinates maybe a custom backend is not really needed. Right now Xarray raises |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
MultiIndex listed multiple times in Dataset.indexes property 1293460108 | |
1233123855 | https://github.com/pydata/xarray/issues/6752#issuecomment-1233123855 | https://api.github.com/repos/pydata/xarray/issues/6752 | IC_kwDOAMm_X85Jf_oP | benbovy 4160723 | 2022-08-31T15:55:28Z | 2022-08-31T15:55:28Z | MEMBER | The change is because starting from version 2022.6.0, multi-index level coordinates are no longer "virtual" but now correspond to real coordinates. The There has been some discussions prior to the explicit indexes refactor about whether those properties should return a mapping of a unique vs. non-unique index objects. We choose the latter as it simplifies a lot of things internally (and perhaps externally too). @lukasbindreiter although it is unlikely that we'll change this in the future, it would be interesting to get your feedback! How does this choice impact your workflow? Note that both |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
MultiIndex listed multiple times in Dataset.indexes property 1293460108 |
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