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 fb87799 commit 5f6a4f4Copy full SHA for 5f6a4f4
pandas-stubs/core/indexes/multi.pyi
@@ -37,18 +37,6 @@ class MultiIndex(Index[Any]):
37
verify_integrity: bool = ...,
38
_set_identity: bool = ...,
39
) -> Self: ...
40
- def __init__(
41
- self,
42
- levels=...,
43
- codes=...,
44
- sortorder=...,
45
- names: SequenceNotStr[Hashable] = ...,
46
- dtype=...,
47
- copy=...,
48
- name: SequenceNotStr[Hashable] = ...,
49
- verify_integrity: bool = ...,
50
- _set_identity: bool = ...,
51
- ) -> None: ...
52
@classmethod
53
def from_arrays(
54
cls, arrays, sortorder=..., names: SequenceNotStr[Hashable] = ...
0 commit comments