---
title: ungrouped()
framework: tabulardata
role: symbol
role_heading: Instance Method
path: tabulardata/rowgroupingprotocol/ungrouped()
---

# ungrouped()

Generates a data frame that contains all the rows from each group in the row grouping.

## Declaration

```swift
func ungrouped() -> DataFrame
```

## Discussion

Discussion A row grouping can only use this method if all its groups have the same column names and types. important: The method discards a column with the same name as the row grouping itself.
