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

Miki Tebeka miki.tebeka at gmail.com
Wed Dec 5 13:17:27 EST 2012


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.



More information about the Python-list mailing list