---
title: debugDescription
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/dataframe/debugdescription
---

# debugDescription

A text representation of the data frame suitable for debugging.

## Declaration

```swift
var debugDescription: String { get }
```

## See Also

### Describing a Data Frame

- [description](tabulardata/dataframe/description.md)
- [customMirror](tabulardata/dataframe/custommirror.md)
