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 0784786 commit a1c2872Copy full SHA for a1c2872
pandas-stubs/core/series.pyi
@@ -1687,7 +1687,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
1687
) -> Series[_T_COMPLEX]: ...
1688
@overload
1689
def __radd__(
1690
- self: Series[complex], other: _T_COMPLEX | Sequence[_T_COMPLEX]
+ self: Series[complex], other: complex | Sequence[complex]
1691
) -> Series[complex]: ...
1692
1693
def __radd__(self, other: S1 | Series[S1]) -> Self: ...
0 commit comments