[Pytables-users] stopping warnings

2008-07-10 Thread Nick Bower
Hello. How do I stop these warnings? /usr/lib/python2.5/site-packages/tables/path.py:102: NaturalNameWarning: object name is not a valid Python identifier: 'Wheel Slip'; it does not match the pattern ``^[a-zA-Z_][a-zA-Z0-9_]*$``; you will not be able to use natural naming to access this object; u

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] > Date: Thursday, July 10, 2

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

[Pytables-users] Using table.readWhere

2008-07-10 Thread dragan savic
Hi! 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.readWhere method as I should? Thanks! Cheers, Dragan.