You are viewing documentation about an older version (1.21.0). View latest version

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