[SciPy-user] masked record arrays

Michael Sorich michael.sorich at gmail.com
Tue Mar 21 19:09:33 EST 2006


Hi,

I was just wondering whether there are any current plans to allow masking of
record like arrays.

eg something along the lines of

desc = dtype({'names': ['name', 'age', 'weight'], 'formats': ['S30', 'i2',
'f']})
a = N.ma.array([('Bill',31,260.0),('Fred', 15, 145.0)], mask=
[[0,1,0,],[0,0,0]], dtype=desc)

Thanks,

Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20060322/2e0e1d65/attachment.html>


More information about the SciPy-User mailing list