kaggle_dataset_preview
Preview the first rows of a Kaggle dataset CSV to inspect headers, data types, and a limited number of rows without downloading the full file.
Instructions
Safe first-N-rows preview of a dataset CSV — headers, dtypes, and up to
n (<=50) width-capped rows, wrapped as untrusted content. 'What does the
data look like?' without dumping the whole file or unbounded rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | ||
| file | No | ||
| dataset | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||