Skip to content

Commit 4921e0b

Browse files
authored
DOC: Add deprecated markers for downcast keyword (#56891)
* DOC: Add deprecated markers for downcast keyword * Update docs
1 parent 1af1030 commit 4921e0b

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
@@ -7208,6 +7208,8 @@ def fillna(
72087208
or the string 'infer' which will try to downcast to an appropriate
72097209
equal type (e.g. float64 to int64 if possible).
72107210
7211+
.. deprecated:: 2.2.0
7212+
72117213
Returns
72127214
-------
72137215
{klass} or None
@@ -7543,6 +7545,8 @@ def ffill(
75437545
or the string 'infer' which will try to downcast to an appropriate
75447546
equal type (e.g. float64 to int64 if possible).
75457547
7548+
.. deprecated:: 2.2.0
7549+
75467550
Returns
75477551
-------
75487552
{klass} or None
@@ -7734,6 +7738,8 @@ def bfill(
77347738
or the string 'infer' which will try to downcast to an appropriate
77357739
equal type (e.g. float64 to int64 if possible).
77367740
7741+
.. deprecated:: 2.2.0
7742+
77377743
Returns
77387744
-------
77397745
{klass} or None

0 commit comments

Comments
 (0)