df = pd.DataFrame(data=timeSeriseStats, columns=['Mean', 'Median', 'Max', 'Sigma']) df['Emotion'] = pd.Series(evalEmotions, index=df.index)