What problem does it solve?
When you upload a dataset and need to quickly understand its shape and data quality, this Skill generates a clear data profiling report (rows, columns, field types, missing rates, distributions) without running any modeling metrics.
Core Features & Use Cases
- Dataset structure overview: Produces a fast report including file info, row/column counts, and inferred field-type distribution.
- Field-level description: Lists each column’s inferred type, missing rate, unique value count, and a few example values.
- Quality & preview insights: Highlights issues such as duplicate rows, empty/constant columns, and high-missing-rate fields, plus a small sample preview.
- Use case: After you receive a financial dataset file (CSV/Parquet), run this Skill to decide what to do next (e.g., whether you need deeper feature analysis or modeling).
Quick Start
Ask the agent to run data-profiling on your dataset file path to generate a profiling markdown report and a structured result manifest for downstream steps.