SyntaxFix
Write A Post
Hire A Developer
Questions
If the dataframes DO NOT all have the same columns try the following:
df = pd.DataFrame.from_dict(map(dict,df_list))