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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.