issue_comments: 249435537
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/pull/1017#issuecomment-249435537 | https://api.github.com/repos/pydata/xarray/issues/1017 | 249435537 | MDEyOklzc3VlQ29tbWVudDI0OTQzNTUzNw== | 1217238 | 2016-09-25T17:51:45Z | 2016-09-26T04:55:13Z | MEMBER |
Basically, this is about the user experience and first impressions. There are very few cases when somebody would prefer a default index to no index at all, so I see few cases for From the experience of new users, it's really nice to be able to incrementally try out features from a new library. Seeing extra information appear in the data model that they didn't add makes people (rightfully) nervous, because they don't know how it will work yet.
Labeled dimensions without coordinate labels actually get you plenty. You get better broadcasting, aggregation (e.g., But the big advantage is the ability to cleanly mix dimensions with and without indexes on the same objects, which covers several more use cases for labeled arrays. Examples off hand include images (see the example from my first post) and machine learning models (where columns usually have labels corresponding to features but rows often are simply unlabeled examples). |
{ "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
179052741 |