Skip to content

Commit f014b01

Browse files
author
Chang She
committed
Merge pull request #2558 from herrfz/patch-2
Update default fillna method in the docstring
2 parents 38333f4 + 0aa5eea commit f014b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3240,7 +3240,7 @@ def fillna(self, value=None, method=None, axis=0, inplace=False,
32403240
32413241
Parameters
32423242
----------
3243-
method : {'backfill', 'bfill', 'pad', 'ffill', None}, default 'pad'
3243+
method : {'backfill', 'bfill', 'pad', 'ffill', None}, default None
32443244
Method to use for filling holes in reindexed Series
32453245
pad / ffill: propagate last valid observation forward to next valid
32463246
backfill / bfill: use NEXT valid observation to fill gap

0 commit comments

Comments
 (0)