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 75587b6 commit ac2f922Copy full SHA for ac2f922
pandas/_typing.py
@@ -111,7 +111,7 @@
111
IndexLabel = Union[Hashable, Sequence[Hashable]]
112
Level = Union[Hashable, int]
113
Shape = Tuple[int, ...]
114
-Suffixes = Tuple[str, str]
+Suffixes = Tuple[Optional[str], Optional[str]]
115
Ordered = Optional[bool]
116
JSONSerializable = Optional[Union[PythonScalar, List, Dict]]
117
Frequency = Union[str, "DateOffset"]
0 commit comments