stack two dataframes on top of each other pandas code example Example: python combine side by side dataframes pd.concat([df1, df2], axis=1)