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/2076#issuecomment-390096637,https://api.github.com/repos/pydata/xarray/issues/2076,390096637,MDEyOklzc3VlQ29tbWVudDM5MDA5NjYzNw==,6815844,2018-05-18T05:13:37Z,2018-05-18T05:13:37Z,MEMBER,Closing. Feel free reopen this if you have any API suggestions.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,316726712
https://github.com/pydata/xarray/issues/2076#issuecomment-383530550,https://api.github.com/repos/pydata/xarray/issues/2076,383530550,MDEyOklzc3VlQ29tbWVudDM4MzUzMDU1MA==,6815844,2018-04-23T10:35:18Z,2018-04-23T10:35:18Z,MEMBER,"I don't think we have own methods for this purpose.
Maybe better to use pandas' one,
```python
In[30]: index = ds.get_index('main') # pd.MultiIndex
...: index.names
...:
Out[30]: FrozenList(['lat', 'lon'])
```
","{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,316726712