furthermore i have the dataframes
df1
df2
df3 with the same dataframe structure
Now I would like to concetenate the three dataframes using the list instead of saying
If I try
I get the following error:
If I try
I get
How can I use the list for concatenation?
Answer:
Just check eval
If you have better answer, please add a comment about this, thank you!