suggest_plots
Recommends the most informative plot types for a dataset by profiling column kinds, missingness, and target/time hints. Returns ready-to-use plot calls ranked by priority for quick exploration.
Instructions
Recommend the most informative plots for a loaded source.
Inspects the column kinds, missingness, and (if hints provided) target/
time columns to rank plot suggestions. Returns pre-filled tool calls
(similar to recommend_next): label, plot_kind, call, args, why, priority.
Profiles from a reservoir sample of `max_rows` rows on large sources;
the suggested plot calls themselves still reference the original
source_id. `sample_info` in the result tells you what was sampled.
Output size: small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hints | No | ||
| max_rows | No | ||
| source_id | Yes | ||
| max_suggestions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||