Skip to content

Commit

Permalink
add versionchanged note
Browse files Browse the repository at this point in the history
  • Loading branch information
reidy-p committed Mar 3, 2018
1 parent ca3cb74 commit d6e01b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4889,6 +4889,9 @@ def bfill(self, axis=None, inplace=False, limit=None, downcast=None):
The method to use when for replacement, when ``to_replace`` is a
scalar, list or tuple and ``value`` is None.
.. versionchanged:: 0.23.0
Added to DataFrame
See Also
--------
%(klass)s.fillna : Fill NA/NaN values
Expand Down

0 comments on commit d6e01b4

Please sign in to comment.