Skip to content

Commit

Permalink
fixed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lautenschlaeger committed Nov 15, 2022
1 parent 7c03063 commit 749a9eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -9286,8 +9286,7 @@ def _gotitem(
exceptions or warnings.
>>> df.agg({'A': 'mean', 'B': [pd.DataFrame.mean, 'std'], 'C': ['sum', 'mean']},
... numeric_only=True)
... numeric_only=True)
B C
mean 2.0 5.0
std 1.0 NaN
Expand Down

0 comments on commit 749a9eb

Please sign in to comment.