I have merged the contents of several files into one dataframe:
df_all = pd.concat(dataframe_list)
With the following result: