issue_comments
10 rows where author_association = "MEMBER" and issue = 263403430 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Should sel with slice objects care about underlying coordinate order? · 10 ✖
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 | |
1058335738 | https://github.com/pydata/xarray/issues/1613#issuecomment-1058335738 | https://api.github.com/repos/pydata/xarray/issues/1613 | IC_kwDOAMm_X84_FOv6 | dcherian 2448579 | 2022-03-03T18:07:16Z | 2022-03-03T18:07:16Z | MEMBER | What would be a good solution?
1. Make |
{ "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 | |
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 | |
422098003 | https://github.com/pydata/xarray/issues/1613#issuecomment-422098003 | https://api.github.com/repos/pydata/xarray/issues/1613 | MDEyOklzc3VlQ29tbWVudDQyMjA5ODAwMw== | fmaussion 10050469 | 2018-09-17T17:17:18Z | 2018-09-17T17:17:18Z | MEMBER |
This is very frequent for climate models also (lat arrays are frequently upside down). An xarray (or upstream) solution would be very useful indeed, but possibly there are other things to consider, like being "too magical". xarray makes a very good job at handling decreasing coordinates (i.e. when plotting), but soon or late users might need to know how they data is ordered, and indexing might be the right time to warn them about it when they do something wrong: usually an empty array is unlikely to be left unnoticed, so that the current behavior might help to find bugs in user code. |
{ "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 3