Skip to content

Commit 304f3f4

Browse files
committed
DOC: State that .T is an accessor property to .transpose()
Signed-off-by: Igor C. A. de Lima <[email protected]>
1 parent f135291 commit 304f3f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/frame.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2293,7 +2293,8 @@ def transpose(self, *args, **kwargs):
22932293
Transpose index and columns.
22942294
22952295
Reflect the dataframe over its main diagonal by writing rows as columns
2296-
and vice-versa.
2296+
and vice-versa. The property :attr:`.T` is an accessor to the method
2297+
:meth:`transpose`.
22972298
22982299
Parameters
22992300
----------

0 commit comments

Comments
 (0)