Skip to content

Commit dd4326c

Browse files
committed
modified: pandas/core/reshape/pivot.py
- Added comma and period to `dropna` parameter in :callable:`pivot_table` to pass docstring validation hook in CI build.
1 parent 9b796fe commit dd4326c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/reshape/pivot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ def pivot_table(
102102
on the rows and columns.
103103
dropna : bool, default True
104104
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
105+
- 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 ``pandas.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)