ungrouped()
Generates a data frame that contains all the rows from each group in the row grouping.
Declaration
func ungrouped() -> DataFrameDiscussion
A row grouping can only use this method if all its groups have the same column names and types.
Generates a data frame that contains all the rows from each group in the row grouping.
func ungrouped() -> DataFrameA row grouping can only use this method if all its groups have the same column names and types.