We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a2f1c commit 214ac73Copy full SHA for 214ac73
pandas/core/reshape/pivot.py
@@ -90,7 +90,7 @@ def pivot_table(
90
hierarchical columns whose top level are the function names
91
(inferred from the function objects themselves).
92
If a dict is passed, the key is column to aggregate and the value is
93
- function or list of functions. If ``margin=True``, aggfunc will be
+ function or list of functions. If ``margins=True``, aggfunc will be
94
used to calculate the partial aggregates.
95
fill_value : scalar, default None
96
Value to replace missing values with (in the resulting pivot table,
0 commit comments