What problem does it solve?
Ensures analyses are correct, reproducible, and free of common data pitfalls before being shared with stakeholders by providing a practical pre-delivery QA checklist and documentation templates.
Core Features & Use Cases
- Pre-delivery QA checklist: Step-by-step checks for source verification, freshness, completeness, null handling, deduplication, and filter verification.
- Calculation & reasonableness checks: Guidance on aggregation logic, denominator correctness, join verification, timezone alignment, and magnitude sanity tests.
- Result sanity and cross-validation: Techniques to cross-check metrics, reverse-engineer totals, spot-check records, and detect red flags.
- Reproducibility templates: Analysis documentation and code docstring examples to ensure others can recreate results.
- Use Case: Validate a weekly revenue analysis to confirm joins didn't inflate counts, denominators are correct, and findings are reproducible with attached SQL and methodology notes.
Quick Start
Run the pre-delivery QA checklist on my latest analysis and produce a validation report listing detected issues, their likely causes, and recommended corrective actions.