I have csv files in a folder and I want to concatenate with a few lines of code: what I do is read one at a time, save them and concatenate at the end.
this is what I do
data = pd.concat([data1,........,data100])
I have csv files in a folder and I want to concatenate with a few lines of code: what I do is read one at a time, save them and concatenate at the end.
this is what I do
data = pd.concat([data1,........,data100])