Hello Gyan,

IMO, this should work well. A more complete, auto-contained example
would be helpful in order to see what may happen in your case. Can you
provide it, please?

Regards,

A Diumenge 14 Maig 2006 15:35, Gyan Sinha va escriure:
> Hello all:
>
> The following snippet doesn't work as I think it
> should and I'd like to understand why.
>
> from tables import *
>
> f = openFile('abs.h5')
> abs = f.root.performance
>
> boams = [ x for x in abs if abs.cols.shelf == ' BOAMS'
> and abs.cols.sar > 0]
>
> f.close
>
> I think this should give me all rows in the abs table
> where the shelf is 'BOAMS' and where the sar value is
> greater than zero. However, an inspection of the shelf
> values in boams reveals that the result set does not
> filter out values that are not ' BOAMS'.
>
> Any clarifications would be appreciated.
>
> Thx in advance.
>
>
> Gyan P. Sinha21 Cambridge PlaceEnglewood Cliffs,NJ 07632H: (201) 569-3231O:
> (212) 272-9858
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Pytables-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pytables-users

-- 
>0,0<   Francesc Altet     http://www.carabos.com/
V   V   Cárabos Coop. V.   Enjoy Data
 "-"



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Pytables-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to