Skip to content

Commit 445c7ed

Browse files
committed
missing punctuation'
1 parent 5327fe8 commit 445c7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8565,7 +8565,7 @@ def pivot(self, index=None, columns=None, values=None) -> DataFrame:
85658565
Add all row / columns (e.g. for subtotal / grand totals).
85668566
dropna : bool, default True
85678567
Do not include columns whose entries are all NaN. If true:
8568-
exclude rows containing missing data from aggregated margins
8568+
exclude rows containing missing data from aggregated margins.
85698569
margins_name : str, default 'All'
85708570
Name of the row / column that will contain the totals
85718571
when margins is True.

0 commit comments

Comments
 (0)