File tree 1 file changed +0
-9
lines changed 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -631,9 +631,6 @@ def validate_fill_value(obj, value):
631
631
632
632
Fillna error coercion routine.
633
633
634
- Construct a piecewise polynomial in the Bernstein basis, compatible
635
- with the specified values and derivatives at breakpoints.
636
-
637
634
Parameters
638
635
----------
639
636
obj : Series of DataFrame
@@ -643,12 +640,6 @@ def validate_fill_value(obj, value):
643
640
parsed as a sequence of sub-Series later on.
644
641
value : object
645
642
The value to be used as a fill for the object.
646
- errors : {'raise', 'coerce', or 'ignore'}
647
- How invalid fill values will be handled. If 'raise', a TypeError will
648
- be raised. If 'coerce', the column need to be coerced to a more
649
- general dtype; the fillna op simply continues. If 'ignore', the fill
650
- value will not be applied to the column: this method will pass fillna
651
- a flag that tells it to terminate immediately.
652
643
653
644
Returns
654
645
-------
You can’t perform that action at this time.
0 commit comments