I have two dataframes: df1 and df2. I want to use aggregates to obtain the mean and std between the s_values in both dataframes and put those results in a new dataframe called new_df in df1 = in df 2 = The result that I am trying to get would look something like this. desired output new_df = I have