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/2659#issuecomment-462909530,https://api.github.com/repos/pydata/xarray/issues/2659,462909530,MDEyOklzc3VlQ29tbWVudDQ2MjkwOTUzMA==,1197350,2019-02-12T19:53:58Z,2019-02-12T19:53:58Z,MEMBER,p.s. I learned about this from @kwilcox in https://github.com/pangeo-data/pangeo-datastore/issues/3. He might be a good person to loop into this discussion.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,396501063
https://github.com/pydata/xarray/pull/2659#issuecomment-462901810,https://api.github.com/repos/pydata/xarray/issues/2659,462901810,MDEyOklzc3VlQ29tbWVudDQ2MjkwMTgxMA==,1197350,2019-02-12T19:33:10Z,2019-02-12T19:33:10Z,MEMBER,"And this
http://cf-json.org/specification","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,396501063
https://github.com/pydata/xarray/pull/2659#issuecomment-461178889,https://api.github.com/repos/pydata/xarray/issues/2659,461178889,MDEyOklzc3VlQ29tbWVudDQ2MTE3ODg4OQ==,1197350,2019-02-06T20:40:15Z,2019-02-06T20:40:15Z,MEMBER,"Too late, I found this:
https://binary-array-ld.github.io/netcdf-ld/","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,396501063
https://github.com/pydata/xarray/pull/2659#issuecomment-455553874,https://api.github.com/repos/pydata/xarray/issues/2659,455553874,MDEyOklzc3VlQ29tbWVudDQ1NTU1Mzg3NA==,1197350,2019-01-18T13:55:56Z,2019-01-18T13:55:56Z,MEMBER,Let's get this merged?,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,396501063
https://github.com/pydata/xarray/pull/2659#issuecomment-453432847,https://api.github.com/repos/pydata/xarray/issues/2659,453432847,MDEyOklzc3VlQ29tbWVudDQ1MzQzMjg0Nw==,1197350,2019-01-11T08:44:25Z,2019-01-11T08:44:25Z,MEMBER,"> Maybe we could change it so that `attrs` is only included if it is non-empty.
How do people feel about this? If folks are fine with it as is, then LGTM.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,396501063
https://github.com/pydata/xarray/pull/2659#issuecomment-452219508,https://api.github.com/repos/pydata/xarray/issues/2659,452219508,MDEyOklzc3VlQ29tbWVudDQ1MjIxOTUwOA==,1197350,2019-01-08T08:48:03Z,2019-01-08T08:48:03Z,MEMBER,"Here is what the `.to_dict(data=False)` output looks like from the test example
```python
x = np.random.randn(10)
y = np.random.randn(10)
t = list('abcdefghij')
ds = Dataset(OrderedDict([('a', ('t', x)),
('b', ('t', y)), ('t', ('t', t))]))
ds.to_dict(data=False)
```
```
{'attrs': {},
'coords': {'t': {'attrs': {},
'dims': ('t',),
'dtype': '