I have csv files with the same headers (first row and first column contain said headers). The rest of the cells contain numbers. I need to take another csv file and add the numbers from the two csv files together. Is there any way to do this with the csv function in python?
Thanks
This assumes that both file1 and file2 have the same dimensions. You can play around with it abit to get the functionallity you desire, but I think that this may be a decent starting point?