issue_comments: 351663421
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/1780#issuecomment-351663421 | https://api.github.com/repos/pydata/xarray/issues/1780 | 351663421 | MDEyOklzc3VlQ29tbWVudDM1MTY2MzQyMQ== | 10050469 | 2017-12-14T09:57:51Z | 2017-12-14T09:57:51Z | MEMBER | Actually I changed my mind a little bit ;-). Matplotlib won't plot all NaNs images either: ```python import numpy as np import matplotlib.pyplot as plt a = np.full((2, 2), np.NaN)
plt.imshow(a) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
282000017 |