Data Cleaning Skill

Community

Transform raw data into analysis-ready datasets.

Authoryangqiong
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the common challenge of dealing with messy, inconsistent, and incomplete data, ensuring that datasets are accurate and suitable for reliable analysis.

Core Features & Use Cases

  • Handles Missing Values: Implements strategies like dropping or filling missing data.
  • Removes Duplicates: Identifies and eliminates redundant entries.
  • Converts Data Types: Ensures data is in the correct format (e.g., numeric, datetime, category).
  • Detects and Handles Outliers: Uses statistical methods (Z-score, IQR) to manage extreme values.
  • Performs String Cleaning: Standardizes text data by trimming whitespace, changing case, and removing special characters.
  • Data Validation: Checks for valid ranges and categories.
  • Complete Pipeline: Offers a comprehensive function to apply all cleaning steps.
  • Quality Reporting: Generates a summary of data quality metrics.
  • Use Case: Before performing a sales forecast, use this Skill to clean customer transaction data, ensuring accuracy and reliability in the prediction model.

Quick Start

Use the data cleaning skill to clean the attached dataset 'raw_sales_data.csv'.

Dependency Matrix

Required Modules

pandasnumpyscipy

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Data Cleaning Skill
Download link: https://github.com/yangqiong/claude-skills/archive/main.zip#data-cleaning-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.