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/627#issuecomment-808803856,https://api.github.com/repos/pydata/xarray/issues/627,808803856,MDEyOklzc3VlQ29tbWVudDgwODgwMzg1Ng==,14808389,2021-03-27T21:19:33Z,2021-03-27T21:19:33Z,MEMBER,it seems this should have been closed by #4759 (bisecting reveals that as the first good commit),"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,111795064
https://github.com/pydata/xarray/issues/627#issuecomment-808802157,https://api.github.com/repos/pydata/xarray/issues/627,808802157,MDEyOklzc3VlQ29tbWVudDgwODgwMjE1Nw==,1322974,2021-03-27T21:04:20Z,2021-03-27T21:04:20Z,CONTRIBUTOR,"I have not used xarray recently, so I have no opinion there.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,111795064
https://github.com/pydata/xarray/issues/627#issuecomment-808797080,https://api.github.com/repos/pydata/xarray/issues/627,808797080,MDEyOklzc3VlQ29tbWVudDgwODc5NzA4MA==,13301940,2021-03-27T20:20:47Z,2021-03-27T20:20:47Z,MEMBER,"This issue appears to have been resolved:
```python
In [1]: import xarray as xr
In [2]: import numpy as np
In [3]: ds = xr.Dataset({""1"": xr.DataArray(np.zeros(3), dims=[""a""], coords={""a"": list(""xyz"")})})
In [4]: ds
Out[4]:
Dimensions: (a: 3)
Coordinates:
* a (a)
Dimensions: (a: 3)
Coordinates:
* a (a)