ihmeuw-demographics / hierarchyUtils

Demographics Related Utility Functions
https://ihmeuw-demographics.github.io/hierarchyUtils/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

FEATURE: Split extra flexibility/checks from main aggregation and scaling functions #46

Closed chacalle closed 3 years ago

chacalle commented 4 years ago

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.