We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63119b4 commit fc0a75fCopy full SHA for fc0a75f
pandas/core/reshape/pivot.py
@@ -104,7 +104,7 @@ def pivot_table(
104
Do not include columns whose entries are all NaN. If True,
105
- rows with a NA value in any column will be omitted before computing margins,
106
- index/column keys containing NA values will be dropped (see ``dropna``
107
- parameter in :method:``DataFrame.groupby``).
+ parameter in :meth:``DataFrame.groupby``).
108
margins_name : str, default 'All'
109
Name of the row / column that will contain the totals
110
when margins is True.
0 commit comments