pandas.core.groupby.DataFrameGroupBy.all

DataFrameGroupBy.all(self, skipna=True)[source]

Return True if all values in the group are truthful, else False.

Parameters:
skipna : bool, default True

Flag to ignore nan values during truth testing

Returns:
bool

See also

Series.groupby
DataFrame.groupby
Scroll To Top