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 d9952ef commit fb87799Copy full SHA for fb87799
pandas-stubs/core/indexes/multi.pyi
@@ -25,6 +25,18 @@ from pandas._typing import (
25
)
26
27
class MultiIndex(Index[Any]):
28
+ def __new__(
29
+ cls,
30
+ levels=...,
31
+ codes=...,
32
+ sortorder=...,
33
+ names: SequenceNotStr[Hashable] = ...,
34
+ dtype=...,
35
+ copy=...,
36
+ name: SequenceNotStr[Hashable] = ...,
37
+ verify_integrity: bool = ...,
38
+ _set_identity: bool = ...,
39
+ ) -> Self: ...
40
def __init__(
41
self,
42
levels=...,
0 commit comments