File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7187,6 +7187,8 @@ def fillna(
7187
7187
or the string 'infer' which will try to downcast to an appropriate
7188
7188
equal type (e.g. float64 to int64 if possible).
7189
7189
7190
+ .. deprecated:: 2.2.0
7191
+
7190
7192
Returns
7191
7193
-------
7192
7194
{klass} or None
@@ -7522,6 +7524,8 @@ def ffill(
7522
7524
or the string 'infer' which will try to downcast to an appropriate
7523
7525
equal type (e.g. float64 to int64 if possible).
7524
7526
7527
+ .. deprecated:: 2.2.0
7528
+
7525
7529
Returns
7526
7530
-------
7527
7531
{klass} or None
@@ -7713,6 +7717,8 @@ def bfill(
7713
7717
or the string 'infer' which will try to downcast to an appropriate
7714
7718
equal type (e.g. float64 to int64 if possible).
7715
7719
7720
+ .. deprecated:: 2.2.0
7721
+
7716
7722
Returns
7717
7723
-------
7718
7724
{klass} or None
You can’t perform that action at this time.
0 commit comments