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/5478#issuecomment-862808654,https://api.github.com/repos/pydata/xarray/issues/5478,862808654,MDEyOklzc3VlQ29tbWVudDg2MjgwODY1NA==,10349239,2021-06-16T23:55:18Z,2021-06-19T10:28:00Z,NONE,I really thought xarray.DataArray.T as something like DataArray.values as it giving values!,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,922939657 https://github.com/pydata/xarray/issues/5478#issuecomment-863539937,https://api.github.com/repos/pydata/xarray/issues/5478,863539937,MDEyOklzc3VlQ29tbWVudDg2MzUzOTkzNw==,10349239,2021-06-17T20:23:19Z,2021-06-17T20:23:19Z,NONE,@keewis I mean I was confused. Its clear now. ,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,922939657 https://github.com/pydata/xarray/issues/5478#issuecomment-863433257,https://api.github.com/repos/pydata/xarray/issues/5478,863433257,MDEyOklzc3VlQ29tbWVudDg2MzQzMzI1Nw==,14808389,2021-06-17T17:39:29Z,2021-06-17T17:39:29Z,MEMBER,"> I really thought xarray.DataArray.T as something like DataArray.values as it giving values! what do you mean with that? This is what I see: ```python In [3]: arr = xr.DataArray([[0, 1], [2, 3]]) ...: arr Out[3]: array([[0, 1], [2, 3]]) Dimensions without coordinates: dim_0, dim_1 In [4]: arr.T Out[4]: array([[0, 2], [1, 3]]) Dimensions without coordinates: dim_1, dim_0 In [5]: arr.transpose() Out[5]: array([[0, 2], [1, 3]]) Dimensions without coordinates: dim_1, dim_0 ```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,922939657 https://github.com/pydata/xarray/issues/5478#issuecomment-862710371,https://api.github.com/repos/pydata/xarray/issues/5478,862710371,MDEyOklzc3VlQ29tbWVudDg2MjcxMDM3MQ==,14808389,2021-06-16T20:44:29Z,2021-06-16T20:44:29Z,MEMBER,"There has been some discussion about deprecating `DataArray.T` in favor of `DataArray.transpose` in #2509, but as far as I can tell the decision was postponed.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,922939657 https://github.com/pydata/xarray/issues/5478#issuecomment-862705125,https://api.github.com/repos/pydata/xarray/issues/5478,862705125,MDEyOklzc3VlQ29tbWVudDg2MjcwNTEyNQ==,2448579,2021-06-16T20:35:36Z,2021-06-16T20:35:36Z,MEMBER,"I thought we deprecated this, didnt we?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,922939657 https://github.com/pydata/xarray/issues/5478#issuecomment-862661862,https://api.github.com/repos/pydata/xarray/issues/5478,862661862,MDEyOklzc3VlQ29tbWVudDg2MjY2MTg2Mg==,5635139,2021-06-16T19:41:20Z,2021-06-16T19:41:20Z,MEMBER,"It's `.transpose()`, similar to Numpy. It mostly exists for historical reasons / compatibility. Let's keep this open since the docs are blank; a PR to fix that would be great.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,922939657