On this page
pandas.Index.all
Index.all(*args, **kwargs)
[source]-
Return whether all elements are True
Parameters: All arguments to numpy.all are accepted.
Returns: all : 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.all.html