issue_comments: 456195815
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/1251#issuecomment-456195815 | https://api.github.com/repos/pydata/xarray/issues/1251 | 456195815 | MDEyOklzc3VlQ29tbWVudDQ1NjE5NTgxNQ== | 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 } |
205455788 |