We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc814c commit db9f7c9Copy full SHA for db9f7c9
pandas/core/apply.py
@@ -1715,8 +1715,6 @@ def reconstruct_func(
1715
1716
If named aggregation is applied, `func` will be None, and kwargs contains the
1717
column and aggregation function information to be parsed;
1718
-
1719
1720
If named aggregation is not applied, `func` is either string (e.g. 'min') or
1721
Callable, or list of them (e.g. ['min', np.max]), or the dictionary of column name
1722
and str/Callable/list of them (e.g. {'A': 'min'}, or {'A': [np.min, lambda x: x]})
0 commit comments