Skip to content

Commit 64d4f0d

Browse files
committed
modified: pandas/core/reshape/pivot.py
- Updated reference link to `pandas.DataFrame.groupby` with :method: syntax in the :callable:`pivot_table` param `dropna` docstring.
1 parent dd4326c commit 64d4f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/pivot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def pivot_table(
104104
Do not include columns whose entries are all NaN. If True,
105105
- rows with a NaN value in any column will be omitted before computing margins,
106106
- index/column keys containing NA values will be dropped (see ``dropna``
107-
parameter in ``pandas.DataFrame.groupby``).
107+
parameter in :method:``DataFrame.groupby``).
108108
margins_name : str, default 'All'
109109
Name of the row / column that will contain the totals
110110
when margins is True.

0 commit comments

Comments
 (0)