issue_comments: 147142509
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/618#issuecomment-147142509 | https://api.github.com/repos/pydata/xarray/issues/618 | 147142509 | MDEyOklzc3VlQ29tbWVudDE0NzE0MjUwOQ== | 2443309 | 2015-10-11T00:59:04Z | 2015-10-11T00:59:04Z | MEMBER |
@shoyer - I don't think this is true. ``` Python In [9]: import numpy as np In [10]: t = np.datetime64('NaT') In [11]: t == t Out[11]: True In [12]: n = np.nan In [13]: n == n Out[13]: False In [14]: np.version Out[14]: '1.10.0' ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
110806123 |