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/3532#issuecomment-554503278,https://api.github.com/repos/pydata/xarray/issues/3532,554503278,MDEyOklzc3VlQ29tbWVudDU1NDUwMzI3OA==,5635139,2019-11-15T19:49:48Z,2019-11-15T19:49:48Z,MEMBER,"Perfect, thanks again @mathause ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,522884917
https://github.com/pydata/xarray/pull/3532#issuecomment-553990776,https://api.github.com/repos/pydata/xarray/issues/3532,553990776,MDEyOklzc3VlQ29tbWVudDU1Mzk5MDc3Ng==,5635139,2019-11-14T17:22:39Z,2019-11-14T17:22:39Z,MEMBER,"> Currently the index is recreated with the same name (even if it does not change it's name). We could change the following lines
I was unclear when I wrote ""current code""; I was referring to proposed code in this PR. I don't think the code on master mutates the existing index, because it's making a copy. But I think this does:
```python
index = v
index.name = new_name
```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,522884917