numpy.ma.MaskedArray.any#
method
- ma.MaskedArray.any(axis=None,out=None,keepdims=<novalue>)[source]#
Returns True if any of the elements ofa evaluate to True.
Masked values are considered as False during computation.
Refer to
numpy.anyfor full documentation.See also
numpy.ndarray.anycorresponding function for ndarrays
numpy.anyequivalent function
On this page