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

modin.pandas.Index.T

property Index.T: Index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.21.0/src/snowflake/snowpark/modin/plugin/extensions/index.py#L681-L698)

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

语言: 中文