modin.pandas.Index.T

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

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

Language: English