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

Reply via email to