[SciPy-User] pylab
Pierre GM
pgmdevlist at gmail.com
Tue Jul 20 12:35:06 EDT 2010
On Jul 20, 2010, at 12:27 PM, Joshua Holbrook wrote:
>>>
>>
>> Ben and Pierre,
>>
>> Thanks for the tips! Glad I chimed in here b/c I've definitely learned something. I'm often pulling data out from a database, so null records come back to me as None's. I'll be sure to set a CASE statement now that fills the NULLs in with an obviously junk value that I can mask from now on.
Well, depend on the kind of db you use. I have a piece of code somewhere that lets you get a MaskedArray or a TimeSeries from a SQLite db, there should be support for MaskedArray in pytables...
More information about the SciPy-User
mailing list