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 fc0a75f commit 5f74843Copy full SHA for 5f74843
pandas/core/frame.py
@@ -9350,7 +9350,7 @@ def pivot(
9350
- rows with a NA value in any column will be omitted before computing
9351
margins,
9352
- index/column keys containing NA values will be dropped (see ``dropna``
9353
- parameter in :method:``DataFrame.groupby``).
+ parameter in :meth:``DataFrame.groupby``).
9354
margins_name : str, default 'All'
9355
Name of the row / column that will contain the totals
9356
when margins is True.
0 commit comments