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 b2d4312 commit a7c82deCopy full SHA for a7c82de
pandas-stubs/core/indexes/multi.pyi
@@ -17,7 +17,6 @@ from pandas.core.indexes.base import Index
17
from typing_extensions import Self
18
19
from pandas._typing import (
20
- AnyArrayLike,
21
Dtype,
22
DtypeArg,
23
HashableT,
@@ -42,7 +41,7 @@ class MultiIndex(Index[Any]):
42
41
@classmethod
43
def from_arrays(
44
cls,
45
- arrays: SequenceNotStr[SequenceNotStr[Hashable] | AnyArrayLike],
+ arrays: SequenceNotStr[ListLike],
46
sortorder: int | None = ...,
47
names: SequenceNotStr[Hashable] = ...,
48
) -> Self: ...
0 commit comments