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 64d4f0d commit e19bf3cCopy full SHA for e19bf3c
pandas/core/reshape/pivot.py
@@ -102,7 +102,7 @@ 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 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``).
108
margins_name : str, default 'All'
0 commit comments