I couldn't find the exact code on the platform which is why posting it for suggestions.
I have multiple CSV files (about 100) with the same data formats and header names.
,Mean,SD
1,96.432,13.899
2,96.432,13.899
3,96.432,13.899
4,96.432,13.899
5,96.432,13.899
I want to append all files column-wise so that I have them in one file. Also, the header of each data should be the file name so that I can follow which data belongs to which file. For example, above mean, sd--> another row of the file name.
Please guide me, as I am new to Python.
Thank you and regards, Khan.