2009/6/5 Thomas <[email protected]> > > Hi, > > I'm trying to read in single columns from an SQL database as 1D numpy > arrays with the correct types. So a FLOAT column would be returned as > a numpy.float32 array, etc. Is there an easy way to do this? >
Maybe you have to define your own Float datatype using NumPy and modify all table definistions to use this datatype. -- XUE Can --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
