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 e745777 commit f7d565eCopy full SHA for f7d565e
pandas-stubs/core/series.pyi
@@ -1333,17 +1333,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
1333
limit_area: Literal["inside", "outside"] | None = ...,
1334
downcast: dict | None = ...,
1335
) -> Series[S1]: ...
1336
- @overload
1337
- def bfill(
1338
- self,
1339
- *,
1340
- value: S1 | dict | Series[S1] | DataFrame,
1341
- axis: AxisIndex = ...,
1342
- inplace: _bool = ...,
1343
- limit: int | None = ...,
1344
- limit_area: Literal["inside", "outside"] | None = ...,
1345
- downcast: dict | None = ...,
1346
- ) -> Series[S1] | None: ...
1347
def interpolate(
1348
self,
1349
method: InterpolateOptions = ...,
0 commit comments