auto_eda
Generate distributions, correlations, categorical breakdowns, and a narrative summary from your dataset in one automated call.
Instructions
Run a complete exploratory data analysis in one call.
Automatically generates distributions, correlations, categorical breakdowns, and a narrative summary with key insights. Returns a multi-panel dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_plots | No | Maximum number of plots to generate (default 6) | |
| dataset_name | Yes | Name of the loaded dataset | |
| include_missing | No | Whether to include missing data analysis | |
| include_correlations | No | Whether to include correlation heatmap | |
| include_distributions | No | Whether to include distribution plots |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |