Re: [Tutor] Merging table-like files with overlapping values in one column

2008-08-21 Thread Kent Johnson
On Thu, Aug 21, 2008 at 5:56 AM, Kat <[EMAIL PROTECTED]> wrote: > I have several input files where in each file, every line has a > space-separated pair values. The files are essentially tables with two > columns. There are no duplicates in the first column values within each file, > but they o

[Tutor] Merging table-like files with overlapping values in one column

2008-08-21 Thread Kat
Hi all, I'm new to Python and trying to come up with an elegant way of tackling the following problem. Sorry for the lengthy description: I have several input files where in each file, every line has a space-separated pair values. The files are essentially tables with two columns. There are no