issue_comments
4 rows where issue = 205455788 and user = 1217238 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 · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
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 | |
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 | |
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 |
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