issue_comments: 310855401
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/1465#issuecomment-310855401 | https://api.github.com/repos/pydata/xarray/issues/1465 | 310855401 | MDEyOklzc3VlQ29tbWVudDMxMDg1NTQwMQ== | 10050469 | 2017-06-24T18:15:16Z | 2017-06-24T18:15:16Z | MEMBER | While it seems a good idea at first (I've fallen into this as well), I'm not sure this would be a good idea. Look at pandas for example: ```python In [1]: import pandas as pd In [2]: ts = pd.Series([1, 2, 3, 4,]) In [3]: ts[1:3] Out[3]: 1 2 2 3 dtype: int64 In [4]: ts[3:1] Out[4]: Series([], dtype: int64) ``` I don't think one would like the last statement to return something else than an empty series. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
238317455 |