kaggle_eda_competition
Download competition data and generate a pre-submission analysis with CSV digests (shape, dtypes, missingness, correlations) and automatic target identification via train-test column differences.
Instructions
Download a competition's data and return a pre-first-submission view: a compact pandas digest per CSV (shape/dtypes/missingness/correlations) PLUS a train-vs-test column diff that auto-infers the target — the orientation no other Kaggle MCP ships. Requires the competition rules accepted (403 else).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| max_files | No | ||
| competition | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||