ENH: Groupby agg support multiple funcs numba by lithomas1 · Pull Request #53486 · pandas-dev/pandas (original) (raw)

Yep, that checks for str/list/dict aggregations, and call back into the agg function itself.

It'll return None, if a callable is passed, though (what this block handles).