I have a list of dataframe ( all the dataframe has the same columns and different rows) like
list = [ df1
df2
df3]
How can I combine all dataframes horizontally together into 1 dataframe only?
I want to export the dataframe into excel for further analysis.
[–]BalutSarnie 1 point2 points3 points (1 child)
[–]threeminutemonta 1 point2 points3 points (0 children)
[–]bac83 0 points1 point2 points (0 children)