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 7328e89 commit 7cabb19Copy full SHA for 7cabb19
pandas-stubs/core/series.pyi
@@ -1579,6 +1579,8 @@ class Series(IndexOpsMixin[S1], NDFrame):
1579
@overload
1580
def __add__(self, other: S1 | Self) -> Self: ...
1581
1582
+ def __add__(self, other: complex) -> Series[complex]: ...
1583
+ @overload
1584
def __add__(
1585
self,
1586
other: num | _str | timedelta | Timedelta | _ListLike | Series | np.timedelta64,
0 commit comments