issue_comments
4 rows where author_association = "MEMBER", issue = 1318992926 and user = 4160723 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- groupby(multi-index level) not working correctly on a multi-indexed DataArray or DataSet · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1504975778 | https://github.com/pydata/xarray/issues/6836#issuecomment-1504975778 | https://api.github.com/repos/pydata/xarray/issues/6836 | IC_kwDOAMm_X85ZtBui | benbovy 4160723 | 2023-04-12T09:42:39Z | 2023-04-12T09:42:39Z | MEMBER | A special-case sounds reasonable to me as well as a temporary fix before looking into if/how we can refactor groupby so that it works with multiple kinds of built-in and/or custom indexes. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
groupby(multi-index level) not working correctly on a multi-indexed DataArray or DataSet 1318992926 | |
1313748084 | https://github.com/pydata/xarray/issues/6836#issuecomment-1313748084 | https://api.github.com/repos/pydata/xarray/issues/6836 | IC_kwDOAMm_X85OTjR0 | benbovy 4160723 | 2022-11-14T13:55:02Z | 2022-11-14T13:55:02Z | MEMBER |
...we cannot fix that in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
groupby(multi-index level) not working correctly on a multi-indexed DataArray or DataSet 1318992926 | |
1313739883 | https://github.com/pydata/xarray/issues/6836#issuecomment-1313739883 | https://api.github.com/repos/pydata/xarray/issues/6836 | IC_kwDOAMm_X85OThRr | benbovy 4160723 | 2022-11-14T13:49:47Z | 2022-11-14T13:49:47Z | MEMBER | From #7282 it looks like we need to convert the multi-index level to a single index when casting the group to an index. And from #7105 we can fix that in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
groupby(multi-index level) not working correctly on a multi-indexed DataArray or DataSet 1318992926 | |
1255125171 | https://github.com/pydata/xarray/issues/6836#issuecomment-1255125171 | https://api.github.com/repos/pydata/xarray/issues/6836 | IC_kwDOAMm_X85Kz7Cz | benbovy 4160723 | 2022-09-22T14:39:24Z | 2022-09-22T14:39:24Z | MEMBER | Thanks @emmaai for the issue report and thanks @dcherian and @FabianHofmann for tracking it down. There is a lot of complexity related to
We should probably avoid using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
groupby(multi-index level) not working correctly on a multi-indexed DataArray or DataSet 1318992926 |
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