Skip to content

Commit e19bf3c

Browse files
committed
modified: pandas/core/reshape/pivot.py
- Replaced "NaN" with "NA" per request from @rhshadrach in comment.
1 parent 64d4f0d commit e19bf3c

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
@@ -102,7 +102,7 @@ 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 NA value in any column will be omitted before computing margins,
106106
- index/column keys containing NA values will be dropped (see ``dropna``
107107
parameter in :method:``DataFrame.groupby``).
108108
margins_name : str, default 'All'

0 commit comments

Comments
 (0)