Skip to content

Commit 25fe854

Browse files
committed
doc
1 parent d999923 commit 25fe854

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pandas/core/groupby/generic.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,9 @@
115115
@set_module("pandas")
116116
class NamedAgg(tuple):
117117
"""
118-
Helper for defining named aggregations in ``DataFrame.groupby().agg``.
118+
Helper for column specific aggregation with control over output column names.
119119
120-
Use ``pd.NamedAgg`` to specify column-specific aggregations with explicit
121-
output names.
120+
Subclass of tuple.
122121
123122
Parameters
124123
----------

0 commit comments

Comments
 (0)