A robust tool for cleaning, standardizing, and preparing CSV data files for analysis. Ideal for ensuring accuracy in datasets before use in reports or financial models.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
A robust tool for cleaning, standardizing, and preparing CSV data files for analysis. Ideal for ensuring accuracy in datasets before use in reports or financial models.
license
Proprietary. LICENSE.txt has complete terms
Requirements for Outputs
General CSV File Handling
Cleanliness Standards
All CSV files must be delivered free of duplicate entries and with consistent formatting.
Ensure all string values are trimmed of whitespace and standardize case (e.g., all lowercase).
Standardization Rules
Dates should be formatted to YYYY-MM-DD.
Numerical values should not contain commas or currency symbols.
Replace any missing values with "N/A" or appropriate placeholders.
Data Cleaning Techniques
Deduplication
Implement algorithms to detect and remove duplicate rows based on key columns.