tabular-cleanup

Automate iterative cleaning of tabular data to meet an inferred data contract.

150|19|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/gaasher/Agent-Loop-Skills --skill tabular-cleanup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tabular-cleanup
Source: https://github.com/gaasher/Agent-Loop-Skills/tree/main/loops/tabular-cleanup
Command: npx skills add https://github.com/gaasher/Agent-Loop-Skills --skill tabular-cleanup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the iterative cleaning of messy tabular data to meet an inferred data contract, streamlining the process from raw data to a structured, reliable dataset.

Core Features & Use Cases

  • Automated Data Cleaning: Iteratively cleans data to meet an inferred contract, ensuring data quality and consistency.
  • Data Contract Inference: Infers a data contract based on the input data, defining the rules and constraints for the cleaned dataset.
  • Use Case: For a data scientist needing to clean and preprocess a large dataset before analysis, this Skill can automate the process, reducing manual effort and ensuring high-quality data.

Quick Start

Clean your messy data by initializing the skill with the command 'tabular-cleanup run <artifact> <contract> <retention_floor> <protected_columns> <impute_cap> <analysis_cmd> <sandbox_root> <gate> <budget>'

Frequently Asked Questions about tabular-cleanup

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

FAQPage Schema
How do I automate data cleaning for tabular data in pandas?

You can automate iterative data cleaning for tabular data by applying checks for completeness, validity, consistency, and uniqueness to meet an inferred data contract using pandas.

What is data contract inference in data preprocessing?

Data contract inference in data preprocessing defines the rules and constraints for a cleaned dataset by analyzing the input data, ensuring your tabular data meets specific quality standards.

Do I need pandas to preprocess tabular data for data science workflows?

Yes, you need pandas and Python 3.9+ to preprocess tabular data for data science workflows, as the automated cleaning process relies on pandas for underlying data manipulation.

How do I enforce completeness and uniqueness when cleaning messy tabular data?

To enforce completeness and uniqueness when cleaning messy tabular data, apply an iterative cleaning process that validates records against an inferred data contract.

What's the best way to clean raw datasets before analysis without manual effort?

The best way to clean raw datasets without manual effort is to use an automated iterative cleaning process that infers data contracts and applies quality checks to produce a structured, reliable dataset.

What are the limitations of using an inferred data contract for data cleaning?

Using an inferred data contract for data cleaning requires specifying parameters like retention floors, protected columns, and impute caps to prevent unintended data loss or excessive modification during the iterative process.