pivot_table
Reshape database tables into pivot tables by specifying row columns, a column to pivot, and a value column with aggregation (sum, avg, count, min, max).
Instructions
Сводная таблица в стиле Excel (PIVOT).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col_column | Yes | ||
| table_name | Yes | ||
| row_columns | Yes | ||
| agg_function | No | sum | |
| value_column | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |