Analysis: rows; presence=per_row
Finding f0 · counting unit: rows
Exact on 2 evaluated rows; target observed on 2/4 determinant-eligible rows (observed target coverage 0.5); no repeated groups after exclusions; repeat-only consistency not assessable
Representative source rows
Positions are zero-based offsets in the original ordered source, not dataframe index labels. Saved samples are the first matches in source order; their size is not the total support.
Examples: 2/2 saved source positions [0, 2]
Exceptions: 0/0 saved source positions []
In Python, with this result named result and its identical ordered source named df:
result.inspect(df, 'f0')
Use all_matches=True to retrieve all matching rows and exceptions=True for exception rows. These operations require the original source and a Python session.