Skip to content

Commit ebe5972

Browse files
committed
Removed unnecessary sentence.
1 parent 9f93ab9 commit ebe5972

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/frame.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5670,7 +5670,6 @@ def pivot(self, index=None, columns=None, values=None):
56705670
Name of the row / column that will contain the totals
56715671
when margins is True.
56725672
observed : boolean, default False
5673-
This option is passed to calls to groupby.
56745673
This only applies if any of the groupers are Categoricals.
56755674
If True: only show observed values for categorical groupers.
56765675
If False: show all values for categorical groupers.

0 commit comments

Comments
 (0)