bigframes.pandas.api.typing.SeriesGroupBy.value_counts#
- SeriesGroupBy.value_counts(normalize: bool = False, sort: bool = True, ascending: bool = False, dropna: bool = True) DataFrame | Series[source]#
Return a Series or DataFrame containing counts of unique rows.
- Parameters:
- Returns:
Series if the groupby as_index is True, otherwise DataFrame.
- Return type: