get_column_stats
Retrieve statistical summary for a specific table column, including count, nulls, unique values, and distribution data.
Instructions
Get statistical summary for a specific column.
Args: table_name: Name of the table column_name: Name of the column to analyze
Returns: Statistical summary including count, nulls, unique values, and distribution info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| column_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |