Re: merging number of csv files

2016-03-03 Thread Mark Lawrence
On 03/03/2016 09:46, m.t.e...@student.rug.nl wrote: 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

Re: merging number of csv files

2016-03-03 Thread alister
On Thu, 03 Mar 2016 01:46:38 -0800, m.t.egle wrote: > Hey! > > I have been goggling around for the last few days and tried out many > python codes. that is where you are going wrong. you need to understand the concepts of what you are trying to do and an understanding of how the language works.

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