get_all_columns_summary
Returns a compact schema of all columns grouped by type, with unique values for categorical data. Use this tool to understand the dataset structure before calling other tools.
Instructions
Returns a compact schema of ALL columns in one call: column names grouped by type (numeric, categorical, datetime). Categorical columns also show their unique values. Call this FIRST to understand the dataset structure, then call plot or stats tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |