Re: Help "joining" two files delimited with pipe character ("|")

2012-12-05 Thread Ian Kelly
On Wed, Dec 5, 2012 at 10:57 AM, Daniel Doo wrote: > I am new to Python. Is there a method to “join” two pipe delimited files > using a unique key that appears in both files? I would like to implement > something similar to the Unix join command. If the files are small enough to fit in virtual

Re: Help "joining" two files delimited with pipe character ("|")

2012-12-05 Thread Ian Kelly
On Wed, Dec 5, 2012 at 11:18 AM, Ian Kelly wrote: > On Wed, Dec 5, 2012 at 10:57 AM, Daniel Doo > wrote: >> I am new to Python. Is there a method to “join” two pipe delimited files >> using a unique key that appears in both files? I would like to implement >> something similar to the Unix join

Re: Help "joining" two files delimited with pipe character ("|")

2012-12-05 Thread Miki Tebeka
On Wednesday, December 5, 2012 9:57:31 AM UTC-8, Daniel Doo wrote: > I am new to Python.  Is there a method to “join” two pipe delimited files > using a unique key that appears in both files?  Have a look at Panda's concat (http://pandas.pydata.org/pandas-docs/dev/merging.html). It also have util

Help "joining" two files delimited with pipe character ("|")

2012-12-05 Thread Daniel Doo
Hello, I am new to Python. Is there a method to "join" two pipe delimited files using a unique key that appears in both files? I would like to implement something similar to the Unix join command. Thanks for your help! Topeka Capital Markets Disclaimers - ht