snowflake.snowpark.modin.plugin.extensions.groupby_overrides.DataFrameGroupBy.all¶
- DataFrameGroupBy.all(skipna: bool = 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:
DataFrameor Series of boolean values, where a value is True if all elements are True within its respective group, False otherwise.- Return type:
Series or
DataFrame
Examples
For SeriesGroupBy:
For DataFrameGroupBy: