issue_comments: 154149878
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/645#issuecomment-154149878 | https://api.github.com/repos/pydata/xarray/issues/645 | 154149878 | MDEyOklzc3VlQ29tbWVudDE1NDE0OTg3OA== | 1217238 | 2015-11-05T18:46:32Z | 2015-11-05T18:46:32Z | MEMBER |
This line is basically there to work around cases where pandas stores an array in an index with a different dtype. For example, consider this dataset with an int32 coordinate:
Under the covers, there's an int64 index (pandas doesn't have
This line ensure that we cast back to the original dtype when we get In this case, I think a simple fix for
I'm not entirely sure what you're referring to here -- which line(s) of code is surprising you? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
115210260 |