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/894#issuecomment-230654470,https://api.github.com/repos/pydata/xarray/issues/894,230654470,MDEyOklzc3VlQ29tbWVudDIzMDY1NDQ3MA==,1217238,2016-07-06T02:13:26Z,2016-07-06T02:13:26Z,MEMBER,"@mangecoeur can you clarify what might not be working properly with open_mfdataset?
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,163414759
https://github.com/pydata/xarray/issues/894#issuecomment-230289863,https://api.github.com/repos/pydata/xarray/issues/894,230289863,MDEyOklzc3VlQ29tbWVudDIzMDI4OTg2Mw==,743508,2016-07-04T13:23:53Z,2016-07-04T13:23:53Z,CONTRIBUTOR,"I think this is also a bug if you load a multifile dataset, since when you rename it you get a new dataset but when you trigger a read that goes back to the original files which haven't been renamed on-disk.
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,163414759
https://github.com/pydata/xarray/issues/894#issuecomment-230284327,https://api.github.com/repos/pydata/xarray/issues/894,230284327,MDEyOklzc3VlQ29tbWVudDIzMDI4NDMyNw==,17951292,2016-07-04T12:56:10Z,2016-07-04T12:56:10Z,NONE,"That did the trick!
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,163414759
https://github.com/pydata/xarray/issues/894#issuecomment-230215925,https://api.github.com/repos/pydata/xarray/issues/894,230215925,MDEyOklzc3VlQ29tbWVudDIzMDIxNTkyNQ==,10194086,2016-07-04T06:38:28Z,2016-07-04T06:38:28Z,MEMBER,"Did you try:
```
anom = anom.rename({'air': 't2manom'})
```
xarray usually does not modify things in place.
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,163414759