Skip to content

Commit 8e25417

Browse files
Backport PR #56891 on branch 2.2.x (DOC: Add deprecated markers for downcast keyword) (#56893)
Backport PR #56891: DOC: Add deprecated markers for downcast keyword Co-authored-by: Patrick Hoefler <[email protected]>
1 parent b9dd271 commit 8e25417

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pandas/core/generic.py

+6
Original file line numberDiff line numberDiff line change
@@ -7187,6 +7187,8 @@ def fillna(
71877187
or the string 'infer' which will try to downcast to an appropriate
71887188
equal type (e.g. float64 to int64 if possible).
71897189
7190+
.. deprecated:: 2.2.0
7191+
71907192
Returns
71917193
-------
71927194
{klass} or None
@@ -7522,6 +7524,8 @@ def ffill(
75227524
or the string 'infer' which will try to downcast to an appropriate
75237525
equal type (e.g. float64 to int64 if possible).
75247526
7527+
.. deprecated:: 2.2.0
7528+
75257529
Returns
75267530
-------
75277531
{klass} or None
@@ -7713,6 +7717,8 @@ def bfill(
77137717
or the string 'infer' which will try to downcast to an appropriate
77147718
equal type (e.g. float64 to int64 if possible).
77157719
7720+
.. deprecated:: 2.2.0
7721+
77167722
Returns
77177723
-------
77187724
{klass} or None

0 commit comments

Comments
 (0)