I want to append 3 variables to an empty dataframe after each loop.
dfvol = dfvol.append([stock,mean,median],columns=[\'Stock\',\'Mean\',\'Median\'])