[Numpy-discussion] Missing/accumulating data

Benjamin Root ben.root at ou.edu
Tue Jul 5 12:45:30 EDT 2011


On Tue, Jul 5, 2011 at 11:34 AM, Chris Barker <Chris.Barker at noaa.gov> wrote:

>
> Speaking of which, would we make the NA value be false?
>
>
The NEP currently states that accessing np.NA as a boolean will act as an
error.  However, logical_and([NA, False]) == False and logical_or([NA,
True]) will be special-cased.

This does raise the question... how should np.any() and np.all() behave?

Ben Root
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110705/ea7f23dd/attachment.html>


More information about the NumPy-Discussion mailing list