profile_dataset
Examine any CSV dataset's structure: shape, column data types, summary statistics, and sample rows to understand its contents at a glance.
Instructions
Profile a dataset: shape, column dtypes, numeric summary stats, and a sample of rows.
Args:
filename: CSV file inside datasets/ (e.g. "train.csv").
sample_rows: How many head rows to include in the preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| sample_rows | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |