cudf.core.groupby.DataFrameGroupBy.any#

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

Return True if any value in the group is truthful, else False.