Skip to content

Commit 87854e3

Browse files
committed
default to None
1 parent e6f14d0 commit 87854e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/internals.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def apply(self, func, mgr=None, **kwargs):
358358
return result
359359

360360
def fillna(self, value, limit=None, inplace=False, downcast=None,
361-
errors='coerce', mgr=None):
361+
errors=None, mgr=None):
362362
""" fillna on the block with the value. If we fail, then convert to
363363
ObjectBlock and try again
364364
"""

0 commit comments

Comments
 (0)