Data Cleaning Pipeline

Automate data cleaning workflows for missing values, outliers, and validation.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/erlebach/gordon --skill data-cleaning-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Data Cleaning Pipeline
Source: https://github.com/erlebach/gordon/tree/main/skills/data-cleaning-pipeline
Command: npx skills add https://github.com/erlebach/gordon --skill data-cleaning-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Data cleaning pipelines transform raw, messy data into clean, standardized formats suitable for analysis and modeling through systematic handling of missing values, outliers, and data quality issues.

Core Features & Use Cases

  • Missing Value Handling: Imputation and removal strategies to prepare datasets for modeling.
  • Outlier Detection & Treatment: Identify and mitigate anomalies to prevent skewed analyses.
  • Data Standardization & Validation: Ensure consistent data types and integrity checks across pipelines.
  • Use Case: Prepare a retail dataset for ML by washing, imputing, and normalizing features, then validating results before modeling.

Quick Start

Run a minimal end-to-end cleaning pipeline on your dataset to produce a ready-for-analysis dataframe.

Frequently Asked Questions about Data Cleaning Pipeline

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

FAQPage Schema
How do I automate data cleaning pipelines for raw datasets?

Automate data cleaning pipelines by applying systematic workflows for missing value imputation, outlier detection, and type standardization to transform raw data into analysis-ready formats.

What is the best way to handle missing values and outliers in Python preprocessing?

Handle missing values and outliers in Python preprocessing by applying targeted imputation strategies and anomaly mitigation techniques to ensure datasets are clean and validated for modeling.

Can I use this pipeline for ETL processes and machine learning data preparation?

You can use this pipeline for ETL processes and machine learning data preparation to systematically wash, impute, and normalize features before validating results for modeling.

Does data standardization in this workflow include validation checks for data quality?

Data standardization in this workflow includes validation checks to ensure consistent data types and integrity across pipelines, maintaining reproducible preprocessing for diverse data types.

What Python-based tooling is required for imputation and outlier handling?

Python-based tooling is required to execute imputation, outlier handling, type standardization, and validation checks, ensuring robust and reproducible data cleaning across diverse quality scenarios.