issue_comments: 453665698
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/2667#issuecomment-453665698 | https://api.github.com/repos/pydata/xarray/issues/2667 | 453665698 | MDEyOklzc3VlQ29tbWVudDQ1MzY2NTY5OA== | 6815844 | 2019-01-11T21:40:50Z | 2019-01-11T21:40:50Z | MEMBER | Is there a good way to convert a timedelta array including In [2]: import pandas as pd In [3]: time = np.array(pd.date_range('15/12/1999', periods=11)) In [4]: time[8: 11] = np.nan In [5]: time In [6]: time.astype(float) In [7]: (time - np.min(time)).astype(float) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
398152613 |