From f21dc32e28b4452d1220777062086b3391132356 Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Thu, 1 Dec 2022 15:25:57 -0800 Subject: [PATCH] feat: adding to the function docs that transform function parameter can take a string argument --- pandas/core/groupby/groupby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/groupby/groupby.py b/pandas/core/groupby/groupby.py index 497e0ef724373..c73a2d40a33e1 100644 --- a/pandas/core/groupby/groupby.py +++ b/pandas/core/groupby/groupby.py @@ -399,7 +399,7 @@ class providing the base-class of operations. Parameters ---------- -f : function +f : function, str Function to apply to each group. See the Notes section below for requirements. Can also accept a Numba JIT function with