MCPcopy
hub / github.com/pandas-dev/pandas / join

Method join

pandas/core/indexes/base.py:4346–4354  ·  view source on GitHub ↗
(
        self,
        other: Index,
        *,
        how: JoinHow = ...,
        level: Level = ...,
        return_indexers: Literal[True],
        sort: bool = ...,
    )

Source from the content-addressed store, hash-verified

4344
4345 @overload
4346 def join(
4347 self,
4348 other: Index,
4349 *,
4350 how: JoinHow = ...,
4351 level: Level = ...,
4352 return_indexers: Literal[True],
4353 sort: bool = ...,
4354 ) -> tuple[Index, npt.NDArray[np.intp] | None, npt.NDArray[np.intp] | None]: ...
4355
4356 @overload
4357 def join(

Callers 15

get_join_indexersFunction · 0.95
test_outer_join_sortMethod · 0.95
test_join_levelFunction · 0.95
test_join_multiFunction · 0.95
test_join_non_uniqueMethod · 0.95
test_join_innerMethod · 0.95
test_join_leftMethod · 0.95
test_join_rightMethod · 0.95
test_join_outerMethod · 0.95

Calls 15

_join_multiMethod · 0.95
_join_levelMethod · 0.95
_join_emptyMethod · 0.95
astypeMethod · 0.95
_join_monotonicMethod · 0.95
_join_non_uniqueMethod · 0.95
_join_via_get_indexerMethod · 0.95
find_stack_levelFunction · 0.90
ensure_indexFunction · 0.85
IndexClass · 0.85

Tested by 15

test_outer_join_sortMethod · 0.76
test_join_levelFunction · 0.76
test_join_multiFunction · 0.76
test_join_non_uniqueMethod · 0.76
test_join_innerMethod · 0.76
test_join_leftMethod · 0.76
test_join_rightMethod · 0.76
test_join_outerMethod · 0.76
test_join_leftMethod · 0.76