merging two csv files

2016-03-03 Thread m . t . egle
Hey! I want to merge column-wise two csv files, say: file1.csv and file2.csv, both containing two columns, into a new csv file. I could not find a good code for doing this. It never really worked. If you could show me the code with this example, I would highly appreciate it. Best wishes, Tib

merging number of csv files

2016-03-03 Thread m . t . egle
Hey! I have been goggling around for the last few days and tried out many python codes. I want to merge two csv files, say thought_probe1.csv and thought_probe2.csv. I want them to merge column-wise in a new csv file 'new_file.csv'. What coding is smart to use in order to achieve it? I would r