Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ T
Method
T
pandas/core/arrays/base.py:2177–2178 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2175
2176
@property
2177
def
T(self) -> Self:
2178
return
self.transpose()
2179
2180
def
ravel(self, order: Literal[
"C"
,
"F"
,
"A"
,
"K"
] | None =
"C"
) -> Self:
2181
""
"
Callers
nothing calls this directly
Calls
1
transpose
Method · 0.95
Tested by
no test coverage detected