Skip to content

Commit 7dfd363

Browse files
sjalkotemroeschke
andauthored
Add bfill and ffill to the "See Also" section
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 80d362b commit 7dfd363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pandas/core/resample.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -846,8 +846,8 @@ def interpolate(
846846
core.resample.Resampler.asfreq: Return the values at the new freq,
847847
essentially a reindex.
848848
DataFrame.interpolate: Fill NaN values using an interpolation method.
849-
bfill : Backward fill NaN values in the resampled data.
850-
ffill : Forward fill NaN values.
849+
DataFrame.bfill : Backward fill NaN values in the resampled data.
850+
DataFrame.ffill : Forward fill NaN values.
851851
852852
Notes
853853
-----

0 commit comments

Comments
 (0)