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/7158#issuecomment-1278533678,https://api.github.com/repos/pydata/xarray/issues/7158,1278533678,IC_kwDOAMm_X85MNOAu,43316012,2022-10-14T06:14:37Z,2022-10-14T06:14:37Z,COLLABORATOR,"Ok, then I think using a list to create a DataArray is not supported by xarray. I never noticed before, haha!","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1406971855
https://github.com/pydata/xarray/issues/7158#issuecomment-1278405677,https://api.github.com/repos/pydata/xarray/issues/7158,1278405677,IC_kwDOAMm_X85MMuwt,2448579,2022-10-14T02:57:08Z,2022-10-14T02:57:08Z,MEMBER,"It warns on the release version:
```
/Users/dcherian/mambaforge/envs/flox-tests/lib/python3.10/site-packages/xarray/core/variable.py:243: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.
data = np.asarray(data)
```
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1406971855
https://github.com/pydata/xarray/issues/7158#issuecomment-1277147932,https://api.github.com/repos/pydata/xarray/issues/7158,1277147932,IC_kwDOAMm_X85MH7sc,43316012,2022-10-13T07:24:12Z,2022-10-13T07:24:12Z,COLLABORATOR,"Is that a valid syntax: `xr.Dataset({""a"": [[""x""], [1, 2, 3]]})`, or does one need to use a tuple?
It seems to use the full list as data and then fails because it is inhomogeneous.
Why does this only fail in upstream?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1406971855