Skip to main content

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.

oxen.diff/tabular_diff

TabularDiff Objects

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

data

@property
def data() -> DataFrame
Returns the data of the diff as a polars data frame.