Is there an easy way to delete columns from a table, or to generate a new
table containing only certain columns?  The best way I can think of is to
create a copy of the source table's description, delete the desired columns,
and build a new table using the copied description.  This seems kind of
cumbersome, though.

Thanks,

- Charles
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to