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
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
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.