On this page
pandas.Index.any
Index.any(*args, **kwargs)
[source]-
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.
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.19.2/generated/pandas.Index.any.html