fabric-data-cleaner Skill
Algorithm reference and self-contained PySpark notebook templates for cleaning Microsoft Fabric lakehouse tables. Covers profiling, duplicate detection, null analysis, type validation, statistics, IQR outlier detection, date format validation, Spanish DNI/NIE checksum validation, and email/phone format checks. Each not Published by microsoft in gh-copilot-fabric-agents.
What is fabric-data-cleaner Skill?
Algorithm reference and self-contained PySpark notebook templates for cleaning Microsoft Fabric lakehouse tables. Covers profiling, duplicate detection, null analysis, type validation, statistics, IQR outlier detection, date format validation, Spanish DNI/NIE checksum validation, and email/phone format checks. Each not Published by microsoft in gh-copilot-fabric-agents. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use fabric-data-cleaner Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/gh-copilot-fabric-agents
- Skill file: .github/skills/fabric-data-cleaner/SKILL.md
What it does
Algorithm reference and self-contained PySpark notebook templates for cleaning Microsoft Fabric lakehouse tables. Covers profiling, duplicate detection, null analysis, type validation, statistics, IQR outlier detection, date format validation, Spanish DNI/NIE checksum validation, and email/phone format checks. Each not
Skill instructions
Fabric Data Cleaner — Algorithm Reference Self-contained PySpark .ipynb notebook templates for cleaning Microsoft Fabric lakehouse tables. Each notebook can be uploaded and run independently — configure {{TABLENAME}} and {{LAKEHOUSENAME}} in the first cell, run all cells to analyze, then optionally run the fix cell. Column Classification Rules Classify the table's columns to select which notebooks to use: | Category | Detection Rule | Which Notebook | |----------|---------------|----------------| | Numeric | Type is int, long, float, double, decimal | typevalidation.ipynb, statistics.ipynb, outliers.ipynb | | Date/Timestamp | Type is date or timestamp, or column name contains date, fecha, time | datevalidation.ipynb | | DNI/Personal ID | Column name contains dni, nie, nif, documento, identidad, idpersonal | dnivalidation.ipynb | | Email | Column name contains email, correo, mail | contactvalidation.ipynb | | Phone | Column name contains phone, tel, movil, telefono | contactvalidation.i
Explore related resources
Frequently asked questions
What is fabric-data-cleaner?
fabric-data-cleaner is a open-source AI agent skill with Copy skill directory. Algorithm reference and self-contained PySpark notebook templates for cleaning Microsoft Fabric lakehouse tables.
Who is fabric-data-cleaner best for?
fabric-data-cleaner is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install fabric-data-cleaner?
Install or run fabric-data-cleaner using Copy skill directory. Check fabric-data-cleaner for the latest setup command.
Is fabric-data-cleaner actively maintained?
fabric-data-cleaner may need a closer maintenance check before production use.
Auto-fetched from GitHub.