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 54a763c commit 6d06bb4Copy full SHA for 6d06bb4
pandas-stubs/core/series.pyi
@@ -1320,14 +1320,14 @@ class Series(IndexOpsMixin[S1], NDFrame):
1320
dtype: CategoryDtypeArg,
1321
copy: _bool = ...,
1322
errors: IgnoreRaise = ...,
1323
- ) -> Series: ...
+ ) -> Series[Any]: ...
1324
@overload
1325
def astype(
1326
self,
1327
dtype: ObjectDtypeArg | VoidDtypeArg | ExtensionDtype | DtypeObj,
1328
1329
1330
1331
def copy(self, deep: _bool = ...) -> Series[S1]: ...
1332
def infer_objects(self) -> Series[S1]: ...
1333
0 commit comments