We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a9a65 commit dec7d21Copy full SHA for dec7d21
pandas/core/generic.py
@@ -6490,6 +6490,7 @@ def fillna(
6490
return result.__finalize__(self, method="fillna")
6491
6492
@final
6493
+ @doc(klass=_shared_doc_kwargs["klass"])
6494
def ffill(
6495
self: FrameOrSeries,
6496
axis=None,
@@ -6512,6 +6513,7 @@ def ffill(
6512
6513
pad = ffill
6514
6515
6516
6517
def bfill(
6518
6519
0 commit comments