csv-analyzer-de
by Ikerg
Deterministic CSV profiling with automated data quality audits, interactive Plotly reports, and Pandas fix snippets.
- Detect hidden data corruption and mixed-type columns automatically
- Generate interactive Plotly dashboards for any CSV file
- Identify primary key candidates and verify data integrity
$5
· or 25 creditsSecure checkout via Stripe
Included in download
- Detect hidden data corruption and mixed-type columns automatically
- Generate interactive Plotly dashboards for any CSV file
- terminal, file_write, file_read automation included
Sample input
Analyze customers.csv and tell me if the data is clean enough for an import.
Sample output
Analysis found 3 high-severity issues in 'customers.csv':
- [HIGH] 142 duplicate rows found. Fix:
df.drop_duplicates(inplace=True) - [HIGH] Column 'Phone' has mixed types (int and str).
- [MEDIUM] 'City' has case-duplicates (e.g., 'London' vs 'london'). Interactive report saved to report.html.
csv-analyzer-de
by Ikerg
Deterministic CSV profiling with automated data quality audits, interactive Plotly reports, and Pandas fix snippets.
$5
· or 25 creditsSecure checkout via Stripe
Included in download
- Detect hidden data corruption and mixed-type columns automatically
- Generate interactive Plotly dashboards for any CSV file
- terminal, file_write, file_read automation included
- Instant install
Sample input
Analyze customers.csv and tell me if the data is clean enough for an import.
Sample output
Analysis found 3 high-severity issues in 'customers.csv':
- [HIGH] 142 duplicate rows found. Fix:
df.drop_duplicates(inplace=True) - [HIGH] Column 'Phone' has mixed types (int and str).
- [MEDIUM] 'City' has case-duplicates (e.g., 'London' vs 'london'). Interactive report saved to report.html.
About This Skill
The Ultimate CSV Profiling Tool
The CSV Analyzer provides deterministic, professional-grade profiling for any tabular dataset. Instead of manually inspecting rows or guessing data types, this skill automates the discovery of data structures, quality issues, and statistical distributions. It solves the common developer pain point of "dirty data" by identifying hidden corruption—like mixed numeric/text types or case-sensitivity issues—before they break your production pipelines.
What it does
- Auto-Detection: Instantly sniffs out delimiters (comma, semicolon, tab, pipe) and file encodings.
- Deep Quality Audit: Scans for high-severity issues like duplicate rows, polluted numeric columns, and hidden whitespace.
- Actionable Fixes: Every finding includes a copy-pasteable Pandas snippet to resolve the specific data issue.
- Interactive Visuals: Generates a self-contained Plotly HTML report with histograms, correlation heatmaps, and missingness bars.
- Scalable Analysis: Supports sampling modes for large datasets to keep performance snappy.
Why it's better than manual prompting
Generic AI prompts often hallucinate data distributions or fail to see the "tail" of a CSV file. This skill uses deterministic Python execution to provide ground-truth statistics. You get precise row counts, exact null percentages, and verified candidate keys that an LLM cannot accurately calculate just by "looking" at a file snippet.
Use Cases
- Detect hidden data corruption and mixed-type columns automatically
- Generate interactive Plotly dashboards for any CSV file
- Identify primary key candidates and verify data integrity
- Get instant Pandas code snippets to fix identified data quality issues
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/csv-analyzer-de -o /tmp/csv-analyzer-de.zip && unzip -o /tmp/csv-analyzer-de.zip -d ~/.claude/skills && rm /tmp/csv-analyzer-de.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Creator
Lead Data Engineer with 11 years of experience designing and delivering scalable data platforms across Databricks, AWS, and Azure ecosystems. Proven track record of building high-performance data solutions for large-scale, data-intensive organizations in industries including healthcare and robotics. Extensive experience working in highly regulated environments, managing complex data pipelines and large volumes of structured and unstructured data.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.