cudf.core.groupby.DataFrameGroupBy.all#

DataFrameGroupBy.all(
skipna: bool = True,
min_count: int = 0,
**kwargs: Any,
)[source]#

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