Define aggregate functions for a dataframe columns in YAML file

Viewed 6

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.

0 Answers
Related