Skip to content

Commit 52ba0e9

Browse files
committed
fixes per comments
1 parent 12ec80f commit 52ba0e9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pandas/core/missing.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,6 @@ def validate_fill_value(obj, value):
631631
632632
Fillna error coercion routine.
633633
634-
Construct a piecewise polynomial in the Bernstein basis, compatible
635-
with the specified values and derivatives at breakpoints.
636-
637634
Parameters
638635
----------
639636
obj : Series of DataFrame
@@ -643,12 +640,6 @@ def validate_fill_value(obj, value):
643640
parsed as a sequence of sub-Series later on.
644641
value : object
645642
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.
652643
653644
Returns
654645
-------

0 commit comments

Comments
 (0)