Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
daemon-blockint-tech avatar

Data Scrubbing

  • 25 installs
  • 7 repo stars
  • Updated May 20, 2026
  • daemon-blockint-tech/agentic-enteprises-skill

Cleans and standardizes tabular datasets: profiling, quality rules, missing values, duplicates, outliers, type coercion, and record linkage.

About

An agent skill for cleaning and standardizing tabular datasets before analysis or modeling, covering profiling, quality rules, missing values, duplicates, outliers, encoding fixes, and record linkage. A developer uses it when scrubbing data, deduping records, handling missing values, or preparing data for modeling.

  • Deduplication, outlier treatment, and reproducible scrub pipelines
  • Validation checks and high-level PII handling

Data Scrubbing by the numbers

  • 25 all-time installs (skills.sh)
  • Ranked #1,157 of 2,064 Data Science & ML skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill data-scrubbing

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs25
repo stars7
Last updatedMay 20, 2026
Repositorydaemon-blockint-tech/agentic-enteprises-skill

What it does

Cleans and standardizes tabular datasets: profiling, quality rules, missing values, duplicates, outliers, type coercion, and record linkage.

Files

SKILL.mdMarkdownGitHub ↗

Data Scrubbing

When to Use

  • Profile a table or file and define data-quality rules before analysis or modeling
  • Clean, standardize, dedupe, or link records in CSV, Parquet, SQL extracts, or notebook pipelines
  • Treat missing values, duplicates, outliers, types, encodings, and column naming consistently
  • Document a reproducible scrub pipeline with validation checks and sign-off criteria
  • Scrub actuarial/insurance fields (policy keys, claims triangles, exposure bases) for downstream reserving or pricing prep
  • Flag or redact PII at a technical level before sharing extracts (coordinate with compliance for legal requirements)

When NOT to Use

  • Star/snowflake modeling, warehouse ETL/ELT, CDC, or platform ingestion design → data-warehouse-engineer
  • Predictive modeling, A/B tests, causal inference, feature engineering for ML, or MLOps → data-scientist
  • Loss development, IBNR, pricing models, or appointed-actuary sign-off → actuary
  • Assumption sets, governance memos, or model assumption workshops → assumption-setting
  • SOC 2 / ISO control mapping, audit evidence automation, or privacy legal program → compliance-engineer
  • Cloud cost allocation, FinOps dashboards, or unit economics only → finops-analyst
  • Spreadsheet formula integrity or cell-level model audit without a scrub pipeline → audit-xls (if available)

Related skills

NeedSkill
Dimensional modeling, ETL/ELT, warehouse SQL performancedata-warehouse-engineer
ML modeling, experiments, production model monitoringdata-scientist
Reserving, triangles, IBNR, pricing actuarial methodsactuary
Assumption documentation and governanceassumption-setting
Technical compliance controls and audit evidencecompliance-engineer
Cloud spend attribution and cost optimizationfinops-analyst
Enterprise data governance and catalog designdata-architect
Analytics engineering (dbt layers, mart tests)analytics-data-engineer

Core Workflows

1. Intake and scope

1. Identify source(s), grain, primary keys, and downstream consumer (report, model, regulatory filing) 2. Record business definitions for critical fields and acceptable quality thresholds 3. Choose deliverables: scrubbed dataset, rule catalog, pipeline code, validation report, sign-off checklist 4. Confirm what must not change (audit trail, raw landing zone immutability)

See `references/data_scrubbing_scope_and_workflow.md`.

2. Profile and define quality rules

1. Run structural profile: row/column counts, types, null rates, cardinality, min/max, patterns 2. Classify columns: identifier, measure, dimension, date, free text, PII-sensitive 3. Draft rules: uniqueness, referential checks, range/domain, regex, cross-field logic, volume gates 4. Prioritize rules by severity (blocker vs warning) and tie each to a remediation action

See `references/profiling_and_quality_rules.md`.

3. Remediate missing values, duplicates, outliers

1. Apply documented strategies per column (impute, flag, drop, split, business rule) 2. Deduplicate at correct grain; preserve lineage for merged records 3. Treat outliers with explicit policy (cap, winsorize, exclude, investigate)—never silent deletion 4. Re-run profile deltas after each major remediation pass

See `references/missing_duplicates_and_outliers.md`.

4. Standardize and coerce types

1. Normalize names, units, currencies, time zones, and categorical vocabularies 2. Coerce types with explicit parse rules and quarantine rows that fail 3. Fix encoding (UTF-8), delimiters, locale-specific decimals, and boolean sentinels 4. Version mapping tables (code → label) alongside the pipeline

See `references/standardization_and_type_coercion.md`.

5. PII and governance (technical, not legal advice)

1. Inventory sensitive columns; classify using organizational taxonomy when provided 2. Apply minimization: drop, hash/tokenize, mask, or aggregate per approved pattern 3. Log scrub actions; restrict outputs; never commit secrets or production PII to public repos 4. Escalate legal basis, retention, and cross-border rules to compliance-engineer / counsel

See `references/pii_redaction_and_governance.md`.

6. Actuarial / insurance scrubbing

1. Validate policy/claim keys, effective/accident dates, and triangle orientation 2. Align exposure bases and earned premium logic with documented definitions 3. Scrub large losses, sublimits, and reinsurance fields without distorting triangle structure 4. Hand off reserving/pricing math to actuary after data is signed off for modeling

See `references/actuarial_insurance_data_scrubbing.md`.

7. Validate, document, sign off

1. Execute rule suite on scrubbed output; compare to thresholds and prior period if applicable 2. Produce validation report: pass/fail counts, quarantine volume, top failure reasons 3. Package reproducible pipeline (script/SQL/notebook), config, and rule catalog with version hash 4. Obtain owner sign-off before promoting to modeling or reporting consumers

See `references/data_scrubbing_scope_and_workflow.md` (sign-off section).

When to load references

TopicReference
Scope, workflow, sign-offreferences/data_scrubbing_scope_and_workflow.md
Profiling and quality rulesreferences/profiling_and_quality_rules.md
Missing, duplicates, outliersreferences/missing_duplicates_and_outliers.md
Standardization and typesreferences/standardization_and_type_coercion.md
PII and governancereferences/pii_redaction_and_governance.md
Actuarial / insurance datareferences/actuarial_insurance_data_scrubbing.md

Related skills

Data Science & MLetlpipelines

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.