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 @@ -7208,6 +7208,8 @@ def fillna(
7208
7208
or the string 'infer' which will try to downcast to an appropriate
7209
7209
equal type (e.g. float64 to int64 if possible).
7210
7210
7211
+ .. deprecated:: 2.2.0
7212
+
7211
7213
Returns
7212
7214
-------
7213
7215
{klass} or None
@@ -7543,6 +7545,8 @@ def ffill(
7543
7545
or the string 'infer' which will try to downcast to an appropriate
7544
7546
equal type (e.g. float64 to int64 if possible).
7545
7547
7548
+ .. deprecated:: 2.2.0
7549
+
7546
7550
Returns
7547
7551
-------
7548
7552
{klass} or None
@@ -7734,6 +7738,8 @@ def bfill(
7734
7738
or the string 'infer' which will try to downcast to an appropriate
7735
7739
equal type (e.g. float64 to int64 if possible).
7736
7740
7741
+ .. deprecated:: 2.2.0
7742
+
7737
7743
Returns
7738
7744
-------
7739
7745
{klass} or None
You can’t perform that action at this time.
0 commit comments