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 def6eea commit 9c5b33aCopy full SHA for 9c5b33a
pandas-stubs/core/series.pyi
@@ -249,7 +249,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
249
copy: bool = ...,
250
) -> Series[float]: ...
251
@overload
252
- def __new__( # type: ignore[overload-overlap] # pyright: ignore[reportOverlappingOverload]
+ def __new__( # type: ignore[overload-overlap] # pyright: ignore[reportOverlappingOverload]
253
cls,
254
data: Sequence[Never],
255
index: Axes | None = ...,
0 commit comments