Skip to content

Commit

Permalink
DOC: fix broken link in Resampler.bfill (#60524)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanx749 authored Dec 9, 2024
1 parent e6e1987 commit 2d774e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ def bfill(self, limit: int | None = None):
References
----------
.. [1] https://en.wikipedia.org/wiki/Imputation_(statistics)
.. [1] https://en.wikipedia.org/wiki/Imputation_%28statistics%29
Examples
--------
Expand Down

0 comments on commit 2d774e7

Please sign in to comment.