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 codi
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.
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