How to decrease the time calculation of multiple functions call with aggregate on pandas
i am looking for a way to reduce the time calculation of multiple functions calculations on a pandas dataframe ie i am trying to do.
It takes more than 3 minutes on my computer. Does it exist an equivalent to pandarallel with aggregate function or something equivalent to boost calculation. pandarallel does not seem to work with aggregate.