Re: finding data from two different files.

2013-10-18 Thread Jim Gibson
In article , <"torque.in...@gmail.com"> wrote: > Hi all, > > I am new to python, just was looking for logic to understand to write code in > the below scenario. > > I am having a file (filea) with multiple columns, and another file(fileb) > with again multiple columns, but say i want to use colu

Re: finding data from two different files.

2013-10-18 Thread Roy Smith
In article , "torque.in...@gmail.com" wrote: > Hi all, > > I am new to python, just was looking for logic to understand to write code in > the below scenario. > > I am having a file (filea) with multiple columns, and another file(fileb) > with again multiple columns, but say i want to use co

Re: finding data from two different files.

2013-10-17 Thread Steven D'Aprano
On Fri, 18 Oct 2013 07:18:49 +0530, torque.in...@gmail.com wrote: > Hi all, > > I am new to python, just was looking for logic to understand to write > code in the below scenario. > > I am having a file (filea) with multiple columns, and another > file(fileb) with again multiple columns, but say

finding data from two different files.

2013-10-17 Thread torque.in...@gmail.com
Hi all, I am new to python, just was looking for logic to understand to write code in the below scenario. I am having a file (filea) with multiple columns, and another file(fileb) with again multiple columns, but say i want to use column2 of fileb as a search expression to search for similar v