Given the below dataframes form a single dataframe by vertical stacking.
We use the pd.concat and axis as 0 to stack them horizontally.