issue_comments: 508853564
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/3068#issuecomment-508853564 | https://api.github.com/repos/pydata/xarray/issues/3068 | 508853564 | MDEyOklzc3VlQ29tbWVudDUwODg1MzU2NA== | 1217238 | 2019-07-05T20:15:27Z | 2019-07-05T20:15:27Z | MEMBER |
Dask actually already does this canonicalization. If two arrays have the same In [6]: y = da.zeros((10, 10), chunks=2) + 5 In [7]: x.name Out[7]: 'add-f7441a0f46f5cf40458391cd08406c23' In [8]: y.name Out[8]: 'add-f7441a0f46f5cf40458391cd08406c23' ``` So xarray could safely look at |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
462859457 |