modin.pandas.Index.T¶ property Index.T: Index[source]¶ Return the transpose, which is by definition self. Parameters: *args (Any) – Optional positional arguments for compatibility with other T APIs. **kwargs (Any) – Optional keyword arguments for compatibility with other T APIs. Returns: This is self Return type: Index