Todd,

2011/4/19 Todd Matthews <mtoddmatth...@gmail.com>

> What is the best way to store column attributes? In my case, I want to
> store the units associated with column data as close as possible to the
> column object.
>

Sorry, but Table objects are row-wise, no column-wise (at least on 2.x), so
you cannot do that directly.  But you can always save NumPy structured
arrays as attributes, where you can attach your desired meta-information for
every column.

Hope this helps,

-- 
Francesc Alted
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to