Skip to content

Commit 2c65631

Browse files
committed
trailing whitespace
1 parent 445c7ed commit 2c65631

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/frame.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8564,7 +8564,7 @@ def pivot(self, index=None, columns=None, values=None) -> DataFrame:
85648564
margins : bool, default False
85658565
Add all row / columns (e.g. for subtotal / grand totals).
85668566
dropna : bool, default True
8567-
Do not include columns whose entries are all NaN. If true:
8567+
Do not include columns whose entries are all NaN. If true:
85688568
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
@@ -10047,6 +10047,7 @@ def merge(
1004710047
copy: bool = True,
1004810048
indicator: bool = False,
1004910049
validate: str | None = None,
10050+
1005010051
) -> DataFrame:
1005110052
from pandas.core.reshape.merge import merge
1005210053

0 commit comments

Comments
 (0)