We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b671c8 commit e0321f1Copy full SHA for e0321f1
pandas/core/generic.py
@@ -6438,6 +6438,7 @@ def fillna(
6438
return result.__finalize__(self, method="fillna")
6439
6440
@final
6441
+ @doc(klass=_shared_doc_kwargs["klass"])
6442
def ffill(
6443
self: FrameOrSeries,
6444
axis=None,
@@ -6460,6 +6461,7 @@ def ffill(
6460
6461
pad = ffill
6462
6463
6464
6465
def bfill(
6466
6467
0 commit comments