issue_comments
where issue = 1318992926 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
These facets timed out: author_association, issue
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1498119367 | https://github.com/pydata/xarray/issues/6836#issuecomment-1498119367 | https://api.github.com/repos/pydata/xarray/issues/6836 | IC_kwDOAMm_X85ZS3zH | dcherian 2448579 | 2023-04-05T20:35:20Z | 2023-04-05T20:35:20Z | MEMBER | I think we could special-case extracting a multiindex level here: https://github.com/pydata/xarray/blob/d4db16699f30ad1dc3e6861601247abf4ac96567/xarray/core/groupby.py#L469
@mschrimpf Can you try that and send in a PR? |
{ "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 | |
1212214557 | https://github.com/pydata/xarray/issues/6836#issuecomment-1212214557 | https://api.github.com/repos/pydata/xarray/issues/6836 | IC_kwDOAMm_X85IQO0d | dcherian 2448579 | 2022-08-11T16:28:10Z | 2022-08-11T16:36:35Z | MEMBER | @benbovy I tracked this down to ``` python
v2022.06.0MultiIndex([('a', 0), ('a', 1), ('b', 0), ('b', 1), ('c', 0), ('c', 1)], names=['one', 'two']) v2022.03.0Index(['a', 'a', 'b', 'b', 'c', 'c'], dtype='object', name='x') ``` We call Not sure if the fix should be only in the GroupBy specifically or more generally in The GroupBy context is https://github.com/pydata/xarray/blob/f8fee902360f2330ab8c002d54480d357365c172/xarray/core/groupby.py#L434 |
{ "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