Hi all,
I have a directory with multiple csv files. Each file has two columns Date and Attributes. For eg: File1.csv has one sheet with two columns Date and Attribute 1, File2.csv has one sheet with two columns Date and Attribute 2, and so on.
I need to merge the data from these files: The output should have multiple columns such as Date, Attribute 1, Attribute 2 ..... etc.
Thanks