You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Profiling pandas/tests/groupby/test_function.py::test_builtins_apply I'm seeing 18.78 seconds spent in groupby.apply, with 14.06 of that spent in 1732 calls of find_stack_level.
Maybe we can make find_stack_level lazy so it is only called when the warning is actually issued?
The text was updated successfully, but these errors were encountered:
Profiling
pandas/tests/groupby/test_function.py::test_builtins_apply
I'm seeing 18.78 seconds spent in groupby.apply, with 14.06 of that spent in 1732 calls of find_stack_level.Maybe we can make find_stack_level lazy so it is only called when the warning is actually issued?
The text was updated successfully, but these errors were encountered: