Loop through a dataframe, using specific values for individual dates
Loop through a dataframe, using specific values for individual dates Question: I have a dataframe that looks like the below. I want to create a new column titled ‘Daily Change’ which will be the result of the first ‘Open’ price of each day divided by the ‘Open’ price for each 5 minute interval. Once the …