If I understand well the issue, you are looking for the concat
function.
pandas.concat([df1, df2, df3, df4])
should work correctly if the column names are the same for both dataframes.
If I understand well the issue, you are looking for the concat
function.
pandas.concat([df1, df2, df3, df4])
should work correctly if the column names are the same for both dataframes.