Hello,

Is it possible to represent `datetime` objects on tables? Or, for that
matter, how to represent time information when this is not a single
number? I guess one could simple define one column per time element
(e.g., Y, M, D, h, m, s, us), but that doesn't sound very practical (I
would need 9 columns to represent x,y,t). If I treat `datetime` as a
string I cannot perform queries directly (i.e., using `table.where(
)); and I think the class `Time64Col` is intended to deal with single
numbers, isn't it?

Thanks for any help!

-Fernando

-- 
Fernando Paolo
Institute of Geophysics & Planetary Physics
Scripps Institution of Oceanography
University of California, San Diego
9500 Gilman Drive
La Jolla, CA 92093-0225

web: fspaolo.net

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to