Package index
-
run_dq_check() - Run a full data quality check pipeline
-
run_qc_checks() - Run all generic quality checks on a dataset
-
run_comparison_checks() - Run all version comparison checks between two dataset snapshots
-
run_custom_checks() - Run organisation-specific custom checks
-
load_config() - Load and merge dataset configuration
-
detect_files() - Detect current and previous dataset files
-
read_dataset() - Read a dataset file into a DuckDB table
-
dq_result() - Construct a data quality result object
-
overall_status() - Compute the worst status across a list of dq_result objects
-
infer_col_type() - Infer the logical type of a character column
-
resolve_col_type() - Resolve the effective type of a column, respecting config overrides
-
check_missing_rate() - QC-01: Check missing rate per column
-
read_recent_snapshots() - Read recent snapshot history from the DuckDB database
-
list_snapshots() - List snapshots available in the database
-
compare_snapshots() - Compare two snapshots from the DuckDB database
-
col_threshold() - Look up the effective threshold for a check, with per-column fallback