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 b126638 commit 3860884Copy full SHA for 3860884
pandas/core/internals/blocks.py
@@ -1352,7 +1352,7 @@ def pad_or_backfill(
1352
inplace: bool = False,
1353
limit: int | None = None,
1354
limit_direction: Literal["forward", "backward", "both"] = "forward",
1355
- limit_area: str | None = None,
+ limit_area: Literal["inside", "outside"] | None = None,
1356
fill_value: Any | None = None,
1357
downcast: Literal["infer"] | None = None,
1358
using_cow: bool = False,
0 commit comments