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/1081#issuecomment-544416092,https://api.github.com/repos/pydata/xarray/issues/1081,544416092,MDEyOklzc3VlQ29tbWVudDU0NDQxNjA5Mg==,6213168,2019-10-21T08:51:10Z,2019-10-21T08:51:23Z,MEMBER,"+1 for (2). Although user code that uses ... should not, by definition, care about the order of the variables that are not listed explicitly.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,187393785
https://github.com/pydata/xarray/issues/1081#issuecomment-540477534,https://api.github.com/repos/pydata/xarray/issues/1081,540477534,MDEyOklzc3VlQ29tbWVudDU0MDQ3NzUzNA==,6213168,2019-10-10T09:12:46Z,2019-10-10T09:14:28Z,MEMBER,"From personal experience I find that 99% of the time, I want to push some known dimensions either to the front or to the back of the array while I don't care about the order of the others.
I'd love to have this syntax:
```python
transpose(..., ""x"", ""y"")
```
or
```python
transpose(""x"", ""y"", ...)
```
where the ellipsis expands to all dimensions not explicitly listed, in their original order. There can be at most one ellipsis.","{""total_count"": 5, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 5, ""rocket"": 0, ""eyes"": 0}",,187393785