issue_comments
8 rows where author_association = "MEMBER", issue = 263403430 and user = 1217238 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 |
---|---|---|---|---|---|---|---|---|---|---|---|
1062211273 | https://github.com/pydata/xarray/issues/1613#issuecomment-1062211273 | https://api.github.com/repos/pydata/xarray/issues/1613 | IC_kwDOAMm_X84_UA7J | shoyer 1217238 | 2022-03-08T21:09:05Z | 2022-03-08T21:09:05Z | MEMBER | Another challenge with changing the meaning of I think the separate new API (e.g., |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Should sel with slice objects care about underlying coordinate order? 263403430 | |
1058366320 | https://github.com/pydata/xarray/issues/1613#issuecomment-1058366320 | https://api.github.com/repos/pydata/xarray/issues/1613 | IC_kwDOAMm_X84_FWNw | shoyer 1217238 | 2022-03-03T18:39:59Z | 2022-03-03T18:39:59Z | MEMBER | One complication with using
If we change the semantics of Alternatively, we could either do the dedicated indexing object like |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 } |
Should sel with slice objects care about underlying coordinate order? 263403430 | |
1058293194 | https://github.com/pydata/xarray/issues/1613#issuecomment-1058293194 | https://api.github.com/repos/pydata/xarray/issues/1613 | IC_kwDOAMm_X84_FEXK | shoyer 1217238 | 2022-03-03T17:23:09Z | 2022-03-03T17:23:09Z | MEMBER | This is probably worth fixing if possible in a straightforward way. I don't think anyone is well served by matching the behavior of Python list indexing here -- it's a strange edge that case that indexing a list like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Should sel with slice objects care about underlying coordinate order? 263403430 | |
422219032 | https://github.com/pydata/xarray/issues/1613#issuecomment-422219032 | https://api.github.com/repos/pydata/xarray/issues/1613 | MDEyOklzc3VlQ29tbWVudDQyMjIxOTAzMg== | shoyer 1217238 | 2018-09-18T01:02:30Z | 2018-09-18T01:02:30Z | MEMBER |
Agreed, I don't think many pandas users would object to this. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Should sel with slice objects care about underlying coordinate order? 263403430 | |
422085754 | https://github.com/pydata/xarray/issues/1613#issuecomment-422085754 | https://api.github.com/repos/pydata/xarray/issues/1613 | MDEyOklzc3VlQ29tbWVudDQyMjA4NTc1NA== | shoyer 1217238 | 2018-09-17T16:39:39Z | 2018-09-17T16:39:39Z | MEMBER |
Requiring monotonicity lets us guarantee that the result is a NumPy view rather than possibly being a copy. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Should sel with slice objects care about underlying coordinate order? 263403430 | |
422076318 | https://github.com/pydata/xarray/issues/1613#issuecomment-422076318 | https://api.github.com/repos/pydata/xarray/issues/1613 | MDEyOklzc3VlQ29tbWVudDQyMjA3NjMxOA== | shoyer 1217238 | 2018-09-17T16:09:54Z | 2018-09-17T16:09:54Z | MEMBER | Consider using I also did a little more searching and found that this has come up in the xarray issue tracker before: https://github.com/pydata/xarray/issues/1465 Thinking about this a little more, I'm remembering the reasoning for pandas working this way:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Should sel with slice objects care about underlying coordinate order? 263403430 | |
420107363 | https://github.com/pydata/xarray/issues/1613#issuecomment-420107363 | https://api.github.com/repos/pydata/xarray/issues/1613 | MDEyOklzc3VlQ29tbWVudDQyMDEwNzM2Mw== | shoyer 1217238 | 2018-09-11T00:43:14Z | 2018-09-11T00:43:14Z | MEMBER | To clarify: xarray behavior doesn't just mirror pandas here -- it actually directly uses pandas to figure out the mapping from labeled slices to integer slices. So I'm not opposed to changing this (I agree this trips people up often) but we should try to change it upstream if possible. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Should sel with slice objects care about underlying coordinate order? 263403430 | |
335282551 | https://github.com/pydata/xarray/issues/1613#issuecomment-335282551 | https://api.github.com/repos/pydata/xarray/issues/1613 | MDEyOklzc3VlQ29tbWVudDMzNTI4MjU1MQ== | shoyer 1217238 | 2017-10-09T20:48:46Z | 2017-10-09T20:48:46Z | MEMBER | This was actually intentional, though you are certainly not the first person to complain about this. Xarray's behavior mirrors pandas. The justification for this logic is that Probably the cleanest solution possible would be a separate selection object for xarray that doesn't care about order, e.g., |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Should sel with slice objects care about underlying coordinate order? 263403430 |
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