> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oxen.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tabular diff

<a id="oxen.diff/tabular_diff" />

# oxen.diff/tabular\_diff

<a id="oxen.diff/tabular_diff.TabularDiff" />

## TabularDiff Objects

```python theme={null}
class TabularDiff()
```

This class returns a polars data frame that represents a tabular diff.

<a id="oxen.diff/tabular_diff.TabularDiff.data" />

## data

```python theme={null}
@property
def data() -> DataFrame
```

Returns the data of the diff as a polars data frame.
