ungrouped()
Generates a data frame that contains all the rows from each group in the row grouping.
Declaration
func ungrouped() -> DataFrameDiscussion
The method discards any column with the same name as the row grouping itself.
Generates a data frame that contains all the rows from each group in the row grouping.
func ungrouped() -> DataFrameThe method discards any column with the same name as the row grouping itself.