Open
Description
ATM groupby reductions (and window i think?) have keywords that allow for opting-in to using numba, along with engine_kwargs that control options passed to numba.
I think users would be better served by automatically detecting cases where numba is available/useful and automatically using it. Simpler API, better performance for the large subset of users who don't read docs.