Skip to content

Commit 4e1f06f

Browse files
author
Thomas Lautenschlaeger
committed
minor beautification
1 parent 4ef2169 commit 4e1f06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9224,7 +9224,7 @@ def _gotitem(
92249224
Works equivalently as above. Add argument `numeric_only=True` to
92259225
aggregate only numeric columns.
92269226
9227-
>>> df.agg({'B': ["mean", 'std'], 'C': ['sum', 'mean']},
9227+
>>> df.agg({'B': ['mean', 'std'], 'C': ['sum', 'mean']},
92289228
... numeric_only=True)
92299229
B C
92309230
mean 2.0 5.0

0 commit comments

Comments
 (0)