Is your feature request related to a problem? Please describe.
The current agg and scale functions are too slow when used on large datasets because some of the checks are not efficient.
Describe the solution you'd like
Split the extra flexibility and checks into separate functions that can be used as needed.
Describe alternatives you've considered
Adding an option to the current functions to use some of the longer checks/flexibility.
Is your feature request related to a problem? Please describe. The current
agg
andscale
functions are too slow when used on large datasets because some of the checks are not efficient.Describe the solution you'd like Split the extra flexibility and checks into separate functions that can be used as needed.
Describe alternatives you've considered Adding an option to the current functions to use some of the longer checks/flexibility.