column_statistics
Computes descriptive statistics for a worksheet column, returning mean, standard deviation, median, and other key metrics.
Instructions
Descriptive statistics for one worksheet column.
Returns: JSON: mean, sd, se, variance, median, min, max, sum, n
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_book | Yes | ||
| data_sheet | Yes | ||
| col | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |