Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Index.all

Index.all(*args, **kwargs)

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.