I have a DataFrame in Pandas with a MultiIndex consisting of two levels (‘market_id’ and ‘runner_id’). The DataFrame contains a column called ‘running’ representing time durations. I want to resample this DataFrame so that it shows intervals of 1 minute starting at 0 days 00:00:00 up until 120 minutes for each combination of ‘market_id’ and ‘runner_id’. I need to interpolate the ‘last_traded_price’ at each minute.