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
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
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
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
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.