What problem does it solve?
This Skill automates the process of inspecting, validating, and analyzing data files, providing quick insights and summary statistics without manual intervention.
Core Features & Use Cases
- Data Inspection: Quickly view file information, headers, and sample rows for various formats (CSV, JSON, JSONL).
- Data Quality Checks: Identify empty fields, duplicate rows, and null values to ensure data integrity.
- Statistical Analysis: Compute summary statistics (mean, median, min, max) for numeric fields and value counts for categorical fields.
- Complex Analysis: Leverage Python for more advanced data manipulation and analysis.
- Reporting: Generate a structured Markdown report of the analysis and register it as an artifact.
- Use Case: You receive a CSV file containing customer transaction data. Use this Skill to understand the data structure, check for missing values, calculate the average transaction amount, and see the distribution of customer statuses, then generate a report.
Quick Start
Analyze the data in the file named 'transactions.csv' located in the shared directory.