We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca888c1 commit b7dae11Copy full SHA for b7dae11
pandas/_typing.py
@@ -83,7 +83,7 @@
83
84
Axis = Union[str, int]
85
Label = Optional[Hashable]
86
-IndexLabel = Optional[Union[bool, str, Sequence[Label]]]
+IndexLabel = Optional[Union[Label, Sequence[Label]]]
87
Level = Union[Label, int]
88
Ordered = Optional[bool]
89
JSONSerializable = Optional[Union[PythonScalar, List, Dict]]
0 commit comments