Skip to content

Commit 5010d5c

Browse files
committed
default to None
1 parent 538d281 commit 5010d5c

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
@@ -362,7 +362,7 @@ def apply(self, func, mgr=None, **kwargs):
362362
return result
363363

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

0 commit comments

Comments
 (0)