Re: [Pytables-users] removing rows in a loop

2008-02-20 Thread Francesc Altet
A Tuesday 19 February 2008, Kevin Christman escrigué: > I am having problems removing rows. Since removeRows() doesn't > accept a list of indices to be removed (it only accepts a single > value or a range), I tried to remove the rows one by one, where > DryExp is my table: > > listofBadNums = ['NJ

[Pytables-users] removing rows in a loop

2008-02-19 Thread Kevin Christman
I am having problems removing rows. Since removeRows() doesn't accept a list of indices to be removed (it only accepts a single value or a range), I tried to remove the rows one by one, where DryExp is my table: listofBadNums = ['NJ451','AJ322','B321']#actually this is just a short test li