Re: [Pytables-users] Using table.readWhere

2008-07-10 Thread Francesc Alted
A Thursday 10 July 2008, Maarten Sneep escrigué: > On 10 jul 2008, at 15:45, dragan savic wrote: > > I have been using table.readWhere to filter data by conditions. If > > I give a condition like '10 < Col1 < 100' the lower limit doesn't > > work. In the result I get values that are less then 10. I

Re: [Pytables-users] Using table.readWhere

2008-07-10 Thread dragan savic
Hi Maarten! Yes, it works fine now! Many thanks! Cheers, Dragan. --- On Thu, 7/10/08, Maarten Sneep <[EMAIL PROTECTED]> wrote: > From: Maarten Sneep <[EMAIL PROTECTED]> > Subject: Re: [Pytables-users] Using table.readWhere > To: [email protected] >

Re: [Pytables-users] Using table.readWhere

2008-07-10 Thread Maarten Sneep
On 10 jul 2008, at 15:45, dragan savic wrote: > I have been using table.readWhere to filter data by conditions. If I > give a condition like '10 < Col1 < 100' the lower limit doesn't > work. In the result I get values that are less then 10. Is this a > bug or am I not using the table.readWhe