pandas.SparseArray.all

SparseArray.all(axis=None, *args, **kwargs)[source]

Tests whether all elements evaluate True

Returns:
all : bool

See also

numpy.all

Scroll To Top