I am a Python beginner but i would like to ask something that i did not find in the forum.
I have multiple csv files into a folder which contain data like this (structure is identical to all of them):
File1.csv
Original
7200
118800
0
-955.8
7075
1080
115628.57
3171.4
File2.csv
Renovated
20505
4145
0
55
7075
103
22359
4145
And so on.
I would like to make a script in Python 3 that copies them to one csv file one column after another. Could you offer me please some help?
trandcatmyself.csvfile, do you want everything in one long column, or each file added into a new column?