What problem does it solve? Manually inspecting a new dataset to understand column types, missing values, and distributions is repetitive and error-prone. This Skill automates the first pass of exploratory data analysis by inferring each column's type and producing tailored statistics plus a ready-to-read report. ## Core Features & Use Cases - Automatic Type Inference: Classifies every column as continuous, integer, categorical, or datetime using dtype checks and an 80% parse-success threshold for object columns. - Type-Specific Statistics: Outputs mean/std/median/min/max for numeric columns, distributions and bar charts for low-cardinality categorical columns, and ranges for datetime columns, all in a structured JSON schema. - Integrated Reporting: Generates a Markdown summary report with auto-extracted insights (high missingness, skewness, dominant categories) plus an optional ydata-profiling HTML report. - Use Case: Upload a CSV of survey responses and ask for a data summary; the Skill returns per-column statistics, missing-value tables, distribution charts, and a Markdown report you can read directly. ## Quick Start Ask the agent to analyze the basic statistics and missing values of your uploaded CSV or Excel file.