Test whether a numeric column follows Benford's first-digit law — chi-squared conformity verdict, expected-vs-observed chart, and the rows driving the deviation.
Tip: use samples, upload, copy, download, and send-to actions inside the workspace where available.
Benford's Law Fraud Detector tests whether the leading digits of a numeric column follow the distribution that naturally occurring numbers tend to follow — about 30% starting with 1, falling away to under 5% starting with 9. It reports a chi-squared conformity verdict, charts expected against observed, and lists the rows driving the deviation. It is a screening tool used in forensic accounting and audit: a failed test is a reason to look closer, never evidence of anything on its own.