Skip to content

Commit 0a4a71b

Browse files
taljaardsSeeminSyed
authored andcommitted
Clarify pivot_table fill_value description (pandas-dev#32618)
1 parent acb9474 commit 0a4a71b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/frame.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5903,7 +5903,8 @@ def pivot(self, index=None, columns=None, values=None) -> "DataFrame":
59035903
If dict is passed, the key is column to aggregate and value
59045904
is function or list of functions.
59055905
fill_value : scalar, default None
5906-
Value to replace missing values with.
5906+
Value to replace missing values with (in the resulting pivot table,
5907+
after aggregation).
59075908
margins : bool, default False
59085909
Add all row / columns (e.g. for subtotal / grand totals).
59095910
dropna : bool, default True

0 commit comments

Comments
 (0)