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 9b796fe commit dd4326cCopy full SHA for dd4326c
pandas/core/reshape/pivot.py
@@ -102,9 +102,9 @@ def pivot_table(
102
on the rows and columns.
103
dropna : bool, default True
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
+ - 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 ``pandas.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