We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a3b81 commit a681c2dCopy full SHA for a681c2d
pandas/core/indexes/multi.py
@@ -3808,7 +3808,7 @@ def searchsorted(
3808
self,
3809
value: NumpyValueArrayLike | ExtensionArray,
3810
side: Literal["left", "right"] = "left",
3811
- sorter: npt.NDArray[np.intp] | None = None,
+ sorter: NumpySorter | None = None,
3812
) -> npt.NDArray[np.intp] | np.intp:
3813
"""
3814
Find the indices where elements should be inserted to maintain order.
0 commit comments