---
title: isEmpty
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/dataframeprotocol/isempty
---

# isEmpty

A Boolean that indicates whether the data frame type is empty.

## Declaration

```swift
var isEmpty: Bool { get }
```

## See Also

### Inspecting a Data Frame Type

- [shape](tabulardata/dataframeprotocol/shape.md)
- [columns](tabulardata/dataframeprotocol/columns.md)
- [ColumnType](tabulardata/dataframeprotocol/columntype.md)
- [rows](tabulardata/dataframeprotocol/rows.md)
- [DataFrame.Rows](tabulardata/dataframe/rows-swift.struct.md)
- [base](tabulardata/dataframeprotocol/base.md)
