Skip to content

Commit 0aa5eea

Browse files
committed
Update default fillna method in the docstring
1 parent 1751bae commit 0aa5eea

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
@@ -3233,7 +3233,7 @@ def fillna(self, value=None, method=None, axis=0, inplace=False,
32333233
32343234
Parameters
32353235
----------
3236-
method : {'backfill', 'bfill', 'pad', 'ffill', None}, default 'pad'
3236+
method : {'backfill', 'bfill', 'pad', 'ffill', None}, default None
32373237
Method to use for filling holes in reindexed Series
32383238
pad / ffill: propagate last valid observation forward to next valid
32393239
backfill / bfill: use NEXT valid observation to fill gap

0 commit comments

Comments
 (0)