issue_comments
13 rows where author_association = "MEMBER" and issue = 205455788 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Consistent naming for xarray's methods that apply functions · 13 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1111431038 | https://github.com/pydata/xarray/issues/1251#issuecomment-1111431038 | https://api.github.com/repos/pydata/xarray/issues/1251 | IC_kwDOAMm_X85CPxd- | max-sixty 5635139 | 2022-04-27T20:06:24Z | 2022-04-27T20:06:24Z | MEMBER | FYI the We still don't have an |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent naming for xarray's methods that apply functions 205455788 | |
550046990 | https://github.com/pydata/xarray/issues/1251#issuecomment-550046990 | https://api.github.com/repos/pydata/xarray/issues/1251 | MDEyOklzc3VlQ29tbWVudDU1MDA0Njk5MA== | dcherian 2448579 | 2019-11-05T22:14:49Z | 2019-11-05T22:14:49Z | MEMBER | @max-sixty I like your proposal! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent naming for xarray's methods that apply functions 205455788 | |
550037494 | https://github.com/pydata/xarray/issues/1251#issuecomment-550037494 | https://api.github.com/repos/pydata/xarray/issues/1251 | MDEyOklzc3VlQ29tbWVudDU1MDAzNzQ5NA== | shoyer 1217238 | 2019-11-05T21:50:01Z | 2019-11-05T21:50:01Z | MEMBER |
This is a fair point.
I would support this. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent naming for xarray's methods that apply functions 205455788 | |
550035303 | https://github.com/pydata/xarray/issues/1251#issuecomment-550035303 | https://api.github.com/repos/pydata/xarray/issues/1251 | MDEyOklzc3VlQ29tbWVudDU1MDAzNTMwMw== | max-sixty 5635139 | 2019-11-05T21:44:44Z | 2019-11-05T21:44:44Z | MEMBER | OK. Does that inform your view on I more strongly think that I'm keener to offer What are your thoughts re:
- Adding |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent naming for xarray's methods that apply functions 205455788 | |
549627167 | https://github.com/pydata/xarray/issues/1251#issuecomment-549627167 | https://api.github.com/repos/pydata/xarray/issues/1251 | MDEyOklzc3VlQ29tbWVudDU0OTYyNzE2Nw== | shoyer 1217238 | 2019-11-05T01:48:30Z | 2019-11-05T01:48:30Z | MEMBER | +@dcherian @max-sixty thanks for pushing this along! I think I'm coming to appreciate backwards compatibility as an important consideration more and more these days. It's just really painful to reuse methods for something entirely different. This makes me lean towards adding separate |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent naming for xarray's methods that apply functions 205455788 | |
547592571 | https://github.com/pydata/xarray/issues/1251#issuecomment-547592571 | https://api.github.com/repos/pydata/xarray/issues/1251 | MDEyOklzc3VlQ29tbWVudDU0NzU5MjU3MQ== | max-sixty 5635139 | 2019-10-29T19:32:14Z | 2019-10-30T00:22:56Z | MEMBER | I put the change for I think those are probably the two easiest decisions to make (and hopefully will kick off moving this issue forwards) Edit: the reason I hesitated for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent naming for xarray's methods that apply functions 205455788 | |
456195815 | https://github.com/pydata/xarray/issues/1251#issuecomment-456195815 | https://api.github.com/repos/pydata/xarray/issues/1251 | MDEyOklzc3VlQ29tbWVudDQ1NjE5NTgxNQ== | shoyer 1217238 | 2019-01-21T20:52:07Z | 2019-01-21T20:52:07Z | MEMBER | I don't think we should consider ourselves beholden to pandas's bad names, but we should definitely try to preserve backwards compatibility and interpretability for users. Going back to Python itself:
- For xarray, we need: 1. a method for wrapping functions that work on unlabeled arrays 2. a method for mapping functions over each element of a Dataset or grouped object. 3. (possibly) a method for wrapping aggregation functions that act on unlabeled arrays Currently, we call both (1) and (2) So long term, it could make sense to rename the current That said, I'm trying to imagine what the transition process for switching to new behavior for I suppose we could do this by adding a We would end up with an extra extraneous |
{ "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent naming for xarray's methods that apply functions 205455788 | |
455353612 | https://github.com/pydata/xarray/issues/1251#issuecomment-455353612 | https://api.github.com/repos/pydata/xarray/issues/1251 | MDEyOklzc3VlQ29tbWVudDQ1NTM1MzYxMg== | max-sixty 5635139 | 2019-01-17T22:21:06Z | 2019-01-17T22:21:06Z | MEMBER |
+0.5 if |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent naming for xarray's methods that apply functions 205455788 | |
455350875 | https://github.com/pydata/xarray/issues/1251#issuecomment-455350875 | https://api.github.com/repos/pydata/xarray/issues/1251 | MDEyOklzc3VlQ29tbWVudDQ1NTM1MDg3NQ== | dcherian 2448579 | 2019-01-17T22:10:44Z | 2019-01-17T22:10:44Z | MEMBER |
-1 for pandas incompatibility. I would like to rename |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent naming for xarray's methods that apply functions 205455788 | |
455349535 | https://github.com/pydata/xarray/issues/1251#issuecomment-455349535 | https://api.github.com/repos/pydata/xarray/issues/1251 | MDEyOklzc3VlQ29tbWVudDQ1NTM0OTUzNQ== | max-sixty 5635139 | 2019-01-17T22:06:05Z | 2019-01-17T22:06:05Z | MEMBER |
Would we accept this? I'd be up for doing the PR to deprecate |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent naming for xarray's methods that apply functions 205455788 | |
277942376 | https://github.com/pydata/xarray/issues/1251#issuecomment-277942376 | https://api.github.com/repos/pydata/xarray/issues/1251 | MDEyOklzc3VlQ29tbWVudDI3Nzk0MjM3Ng== | benbovy 4160723 | 2017-02-07T09:16:34Z | 2017-02-07T09:16:34Z | MEMBER | I would be +1 for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent naming for xarray's methods that apply functions 205455788 | |
277888535 | https://github.com/pydata/xarray/issues/1251#issuecomment-277888535 | https://api.github.com/repos/pydata/xarray/issues/1251 | MDEyOklzc3VlQ29tbWVudDI3Nzg4ODUzNQ== | shoyer 1217238 | 2017-02-07T03:08:41Z | 2017-02-07T03:08:41Z | MEMBER | Another option is to keep We could even do the |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent naming for xarray's methods that apply functions 205455788 | |
277576392 | https://github.com/pydata/xarray/issues/1251#issuecomment-277576392 | https://api.github.com/repos/pydata/xarray/issues/1251 | MDEyOklzc3VlQ29tbWVudDI3NzU3NjM5Mg== | max-sixty 5635139 | 2017-02-06T03:01:06Z | 2017-02-06T03:01:06Z | MEMBER | Sounds good. It breaks the consistency with pandas' |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent naming for xarray's methods that apply functions 205455788 |
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 4