get_all_columns_summary
Returns a compact schema of all columns grouped by type (numeric, categorical, datetime), including unique values for categoricals. Use this first to understand dataset structure before plotting or statistics.
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 |