Re: Help with how to combine two csv files

2012-05-10 Thread Sammy Danso
    matchedlist.append(entry)     --- On Wed, 5/9/12, Jean-Michel Pichavant wrote: From: Jean-Michel Pichavant Subject: Re: Help with how to combine two csv files To: "Sammy Danso" Cc: python-list@python.org Date: Wednesday, May 9, 2012, 11:23 AM Sammy Danso wrote: >

Re: Help with how to combine two csv files

2012-05-09 Thread Jean-Michel Pichavant
Sammy Danso wrote: Hello Experts, I am new to python and I have been trying to merge two csv files, and upon several hours of unsuccessful attempts, I have decided to seek for help. the format of the file is as follows. file A has columns a, b, c and values 1,2,3 for several rows. File B al

Re: Help with how to combine two csv files

2012-04-29 Thread Chris Angelico
On Mon, Apr 30, 2012 at 1:49 AM, Dennis Lee Bieber wrote: >        What do you want done if one file has fewer records than the other? The OP did state that the files had the same number of rows. I'd say this issue is outside the scope of the question. ChrisA -- http://mail.python.org/mailman/l

Help with how to combine two csv files

2012-04-29 Thread Sammy Danso
Hello Experts, I am new to python and I have been trying to merge two csv files, and upon several hours of unsuccessful attempts, I have decided to seek for help.   the format of the file is as follows. file A has  columns a, b, c and values 1,2,3 for several rows. File B also has columns d,