issue_comments: 286219858
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/1301#issuecomment-286219858 | https://api.github.com/repos/pydata/xarray/issues/1301 | 286219858 | MDEyOklzc3VlQ29tbWVudDI4NjIxOTg1OA== | 1197350 | 2017-03-13T19:39:15Z | 2017-03-13T19:39:15Z | MEMBER | There is definitely something funky with these datasets that is causing xarray to go very slow. This is fast: ```python
But even just trying to print the repr is slow ```python
Maybe some of this has to do with the change at 0.9.0 to allowing index-less dimensions (i.e. coordinates are optional). All of these datasets have such a dimension, e.g.
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
212561278 |