kaggle_eda_dataset
Download a dataset and return a compact exploratory summary—shape, dtypes, missingness, target distribution, and top numeric correlations—computed locally with pandas.
Instructions
Download a dataset and return a COMPACT exploratory summary — shape,
dtypes, missingness, target distribution, and top numeric correlations —
computed locally with pandas. Never streams raw rows into context. This is
the 'find data -> understand it' primitive that most Kaggle MCP servers
lack (they dump raw files or just emit a prompt). dataset is 'owner/slug'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | ||
| target | No | ||
| dataset | Yes | ||
| max_files | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||