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 @@ -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
You can’t perform that action at this time.
0 commit comments