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 30b2750 commit ca62d46Copy full SHA for ca62d46
pandas/core/indexes/multi.py
@@ -6,6 +6,7 @@
6
Generator,
7
Hashable,
8
Iterable,
9
+ Mapping,
10
Sequence,
11
List,
12
)
@@ -17,6 +18,7 @@
17
18
Literal,
19
cast,
20
ArrayLike,
21
+ overload,
22
23
import warnings
24
@@ -29,7 +31,7 @@
29
31
index as libindex,
30
32
lib,
33
-from pandas._libs.hashtable import duplicated
34
+from pandas._libs.hashtable import duplicated, duplicated_int64
35
from pandas._typing import (
36
AnyAll,
37
AnyArrayLike,
0 commit comments