The bones of your books, examined and scored.
Before a single figure is interpreted, we assess whether the underlying records can be trusted to carry it. This review measures the structural health of 1 source table — their completeness, their uniqueness, and the small inconsistencies that quietly distort everything downstream.
Completeness & Uniqueness
The share of required cells that carry a value across every table. What is missing is listed below and backfilled where a reliable match exists.
The share of rows that are distinct. Exact duplicates are removed in the cleaned file, with the originals preserved for your record.
Per-Table Integrity
| Source file | Status | Score |
|---|---|---|
ap_export_scale.csv |
Clean | 100/100 |
Structural Findings
ap_export_scale.csv: 2,001,951 rows x 7 cols is too large to run the near-duplicate (different casing/spacing/lookalike-character) scan economically -- only exact-duplicate rows were checked for this table.
ap_export_scale.csv: alias scan skipped for column 'invoice_number' (2,001,651 distinct values -- over the scan limit for this check to run economically)
ap_export_scale.csv: alias scan skipped for column 'po_number' (1,794,520 distinct values -- over the scan limit for this check to run economically)