Skip to content

Commit ef6c095

Browse files
committed
docs: updating docs for groupby
1 parent f21dc32 commit ef6c095

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pandas/core/groupby/groupby.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,10 @@ class providing the base-class of operations.
402402
f : function, str
403403
Function to apply to each group. See the Notes section below for requirements.
404404
405-
Can also accept a Numba JIT function with
405+
Accepted inputs are:
406+
407+
- A String
408+
- Numba JIT function with
406409
``engine='numba'`` specified.
407410
408411
If the ``'numba'`` engine is chosen, the function must be

0 commit comments

Comments
 (0)