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 dd4326c commit 64d4f0dCopy full SHA for 64d4f0d
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 NaN 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 ``pandas.DataFrame.groupby``).
+ parameter in :method:``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