[Pytables-users] How would I update specific rows from a table with rows of a second table?

2012-05-06 Thread PyTables Org
Forwarding, ~Josh On Apr 30, 2012, at 5:04 PM, pytables-users-boun...@lists.sourceforge.net wrote: From: Christian Werner freizeitbeauftrag...@googlemail.com Date: April 30, 2012 5:03:59 PM GMT+02:00 To: pytables-users@lists.sourceforge.net Subject: How would I update specific rows from a

Re: [Pytables-users] How would I update specific rows from a table with rows of a second table?

2012-05-06 Thread Anthony Scopatz
Hello Christian, I would probably use the modifyCoordinates()http://pytables.github.com/usersguide/libref.html#tables.Table.modifyCoordinates, getWhereList()http://pytables.github.com/usersguide/libref.html#tables.Table.getWhereList, and