How can I resample my dataframe over multiple columns to obtain a new statistic?
For example, I have a dataframe with indexed by seconds with two columns (amount, quantities) and I would like to resample() to minutes to a new column based on amount * quantities .