I want to perform aggregation of a dataframe by applying multiple functions. (Apply multiple functions to multiple groupby columns) I want to store a dictionary of - column: agrreagate function in a yaml file and apply the function on the columns. Can anyone provide a solution.