describe_column
Get statistical summaries for any column: min, max, mean, median, null count for numeric data; unique count and top categories for categorical data.
Instructions
Provides statistical summaries for a specified column in the customers table. For numeric columns, returns min, max, mean, median, and null count. For categorical columns, returns unique category count and top frequent categories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||