pandas.Index.any — pandas 0.18.1 documentation (original) (raw)

Index.any(*args, **kwargs)

Return whether any element is True

Parameters: All arguments to numpy.any are accepted.
Returns: any : bool or array_like (if axis is specified) A single element array_like may be converted to bool.