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

modin.pandas.Index.join

Index.join() None[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.21.0/src/snowflake/snowpark/modin/plugin/extensions/index.py#L1992-L2011)

Compute join_index and indexers to conform data structures to the new index.

Parameters:
  • other (Index) –

  • how ({'left', 'right', 'inner', 'outer'}) –

  • level (int or level name, default None) –

  • return_indexers (bool, default False) –

  • sort (bool, default False) – Sort the join keys lexicographically in the result Index. If False, the order of the join keys depends on the join type (how keyword).

Return type:

join_index, (left_indexer, right_indexer)

语言: 中文