create_pivot_table
Generate pivot tables in Excel by specifying source data, row/column labels, values, and aggregation functions. Automate data summarization and analysis for improved insights directly within your worksheets.
Instructions
Create pivot table in worksheet.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agg_func | No | mean | |
columns | No | ||
data_range | Yes | ||
filepath | Yes | ||
pivot_name | No | ||
rows | Yes | ||
sheet_name | Yes | ||
target_cell | No | ||
target_sheet | No | ||
values | Yes |