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
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
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
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