data-scrubbing

Profile, clean, and validate tabular data into analysis-ready datasets.

7|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/daemon-blockint-tech/Agentic-Enteprises-Skill --skill data-scrubbing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-scrubbing
Source: https://github.com/daemon-blockint-tech/Agentic-Enteprises-Skill/tree/main/data-scrubbing
Command: npx skills add https://github.com/daemon-blockint-tech/Agentic-Enteprises-Skill --skill data-scrubbing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Data scrubbing prepares analysis-ready tabular data by profiling structure, validating quality rules, remediating issues like missing values, duplicates, and inconsistent encodings, and signing off for modeling or reporting.

Core Features & Use Cases

  • Profiling: baseline structural and statistical profiles to quantify data health.
  • Rule catalog and remediation: define, apply, and track data-quality rules with quarantine and sign-off.
  • Intuitive workflows: intake, profiling, remediation, validation, and handoff for analytics, ML, or governance.
  • PII governance: minimal, auditable handling and redaction as needed. Use cases include preparing CSV/Parquet extracts for analytics, reconciling datasets across systems, and ensuring publish-ready data for dashboards.

Quick Start

Ingest a dataset, run intake and profiling, apply remediation rules, and generate a validated scrubbed output.

Frequently Asked Questions about data-scrubbing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clean and prepare CSV or Parquet data for analysis?

To clean and prepare CSV or Parquet data for analysis, you can profile structure, validate quality rules, and remediate issues like missing values. This produces validated, analysis-ready datasets through a reproducible scrub pipeline.

What is data scrubbing and when do I need it for reporting workflows?

Data scrubbing is the process of profiling, cleaning, and validating tabular data to ensure quality before use. You need it for reporting workflows to reconcile datasets, enforce governance, and guarantee publish-ready outputs for dashboards.

How do I remove duplicates and handle inconsistent encodings in tabular datasets?

To remove duplicates and handle inconsistent encodings in tabular datasets, apply structured remediation rules within a versioned scrubbing pipeline. This tracks data-quality violations and quarantines problematic records before final validation.

Can I enforce PII governance and auditable sign-off during data cleaning?

Yes, you can enforce PII governance during data cleaning by applying minimal and auditable handling or redaction rules. The process includes structured sign-off to certify the scrubbed dataset is compliant for modeling or reporting.

What is the best way to establish a baseline profile for data quality?

The best way to establish a baseline profile for data quality is to run structural and statistical profiling on your raw dataset. This quantifies data health and identifies missing values or inconsistencies before applying remediation rules.

Does this data cleaning approach work with database extracts?

Yes, this data cleaning approach works with database extracts as well as CSV and Parquet files. It profiles and validates tabular data from these sources to generate reproducible, analysis-ready outputs for downstream analytics or ML workflows.