df = pd.DataFrame(old_df.groupby(['groupby_attribute'])['mean_attribute'].mean()) df = df.reset_index() df