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/3432#issuecomment-919981497,https://api.github.com/repos/pydata/xarray/issues/3432,919981497,IC_kwDOAMm_X8421c25,4160723,2021-09-15T12:38:29Z,2021-09-15T12:38:29Z,MEMBER,"@Hoeze this is now implemented in #5692 (`stack` is not yet refactored so I reproduced your example in a slightly different way):
```python
>>> stacked.isel(observations=1)
Dimensions: (genes: 2)
Coordinates:
* genes (genes)