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 utilities to read delimited files into DataFrame. -- http://mail.python.org/mailman/listinfo/python-list
- Help "joining" two files delimited with pipe charact... Daniel Doo
- Re: Help "joining" two files delimited with pip... Ian Kelly
- Re: Help "joining" two files delimited with pip... Miki Tebeka
