data_cleaner
Clean and standardize Excel/CSV data by removing whitespace, fixing dates, standardizing formats, and eliminating empty rows to improve data quality.
Instructions
Batch data cleaning operations with intelligent detection of common data quality issues
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the CSV or Excel file | |
| operations | No | Array of cleaning operations to apply | |
| preview | No | Show preview before applying changes (default: false) | |
| sheet | No | Sheet name for Excel files (optional) |