Skip to content

Commit db9f7c9

Browse files
committed
restore comment
1 parent 8fc814c commit db9f7c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/apply.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,8 +1715,6 @@ def reconstruct_func(
17151715
17161716
If named aggregation is applied, `func` will be None, and kwargs contains the
17171717
column and aggregation function information to be parsed;
1718-
1719-
17201718
If named aggregation is not applied, `func` is either string (e.g. 'min') or
17211719
Callable, or list of them (e.g. ['min', np.max]), or the dictionary of column name
17221720
and str/Callable/list of them (e.g. {'A': 'min'}, or {'A': [np.min, lambda x: x]})

0 commit comments

Comments
 (0)