Pandas DataFrame property: T
DataFrame - T property
The T property is used to transpose index and columns.
Reflect the DataFrame over its main diagonal by writing rows as columns and vice-versa. The property T is an accessor to the method transpose().
Syntax:
DataFrame.T
Parameters:
Name | Description | Type/Default Value | Required / Optional |
---|---|---|---|
copy | If True, the underlying data is copied. Otherwise (default), no copy is made if possible. | bool Default Value: False |
Required |
*args, **kwargs | Additional keywords have no effect but might be accepted for compatibility with numpy. | Required |
Returns: DataFrame
The transposed DataFrame.
Example:
Download the Pandas DataFrame Notebooks from here.
Previous: DataFrame - squeeze() function
Next: DataFrame - transpose() function
It will be nice if you may share this link in any developer community or anywhere else, from where other developers may find this content. Thanks.
https://w3resource.com/pandas/dataframe/dataframe-t.php
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics