File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments