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 7fa0a3e commit caa271bCopy full SHA for caa271b
pandas-stubs/core/series.pyi
@@ -1724,7 +1724,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
1724
) -> Series[_T_COMPLEX]: ...
1725
@overload
1726
def __radd__(
1727
- self: Series[complex], other: _T_COMPLEX | Sequence[_T_COMPLEX]
+ self: Series[complex], other: complex | Sequence[complex]
1728
) -> Series[complex]: ...
1729
1730
def __radd__(self, other: S1 | Series[S1]) -> Self: ...
0 commit comments