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/1632#issuecomment-338478416,https://api.github.com/repos/pydata/xarray/issues/1632,338478416,MDEyOklzc3VlQ29tbWVudDMzODQ3ODQxNg==,6815844,2017-10-22T13:43:29Z,2017-10-22T13:43:29Z,MEMBER,"@shoyer
Thanks. Updated.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,265344609
https://github.com/pydata/xarray/pull/1632#issuecomment-336637245,https://api.github.com/repos/pydata/xarray/issues/1632,336637245,MDEyOklzc3VlQ29tbWVudDMzNjYzNzI0NQ==,6815844,2017-10-14T14:10:18Z,2017-10-14T14:10:18Z,MEMBER,"I added a tab-completion support also for `ds.coords` and `ds.data_vars`.
I am getting to feel slight unnaturalness against the following behavior.
```python
In [1]: import xarray as xr
...: da = xr.Dataset({'var1': ('x', [0, 1, 2])})
In [2]: 'x' in da
Out[2]: False
In [3]: 'x' in da.keys()
Out[3]: False
In [4]: da['x']
Out[4]:
array([0, 1, 2])
Dimensions without coordinates: x
```
I understand that it is a designed behavior,
but it looks a little bit unintuitive.
Maybe `'x' in da` should be `True`?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,265344609
https://github.com/pydata/xarray/pull/1632#issuecomment-336504848,https://api.github.com/repos/pydata/xarray/issues/1632,336504848,MDEyOklzc3VlQ29tbWVudDMzNjUwNDg0OA==,6815844,2017-10-13T16:41:04Z,2017-10-13T16:41:04Z,MEMBER,"I think we can also have
`ds.coords['tem` -> `ds.coords['temperature']` and `ds.data_vars['tem` -> `ds.data_vars['temperature']`.
I will update thsi PR later (maybe few days later).","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,265344609
https://github.com/pydata/xarray/pull/1632#issuecomment-336501134,https://api.github.com/repos/pydata/xarray/issues/1632,336501134,MDEyOklzc3VlQ29tbWVudDMzNjUwMTEzNA==,6815844,2017-10-13T16:25:42Z,2017-10-13T16:26:22Z,MEMBER,"It would be really good if we could also have an autocompletion for the keyword argument, such as
`sel(tem` -> `sel(temperature=`, but I have no idea ...","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,265344609