A Divendres 11 Maig 2007 14:11, Eric Jonas escrigué: > > PyTables (neither 1.x or 2.x series) doesn't implement support for arrays > > of compounds, sorry about that. It does support, however, compounds of > > compounds (nested tables in PyTables jargon) and compounds of arrays, so > > instead of declaring a column as an array of compounds, you may want to > > declare it as a compound of arrays. > > Wow, so the docs -were- correct.
Well, not quite, because it was stated that compounds of compounds were not allowed. Thanks to your observation this has been fixed: http://www.pytables.org/trac/changeset/2863/trunk > I can change my data type to compounds > of compounds without loss of generality, so that's totally fine. Thanks! > ...Eric Excellent. -- >0,0< Francesc Altet http://www.carabos.com/ V V Cárabos Coop. V. Enjoy Data "-" ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
