El dc 17 de 05 del 2006 a les 14:43 -0400, en/na Eric Jonas va escriure: > Hello! what's the fastest way to extract out a numpy record array from a > table of data? I could iterate through the table and build up the array > manualy, but I was curious if there's a faster way to do this. >
Uh, you mean table.read(flavor="numpy") or, if you like the slicing notation, table[:] (remember to set properly the _v_flavor attribute to "numpy" in your IsDescription declaration)? Or you want something more sophisticated? Cheers, -- >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
