create_pivot_table
Generate pivot tables in Excel worksheets by specifying data range, rows, values, and aggregation function to summarize and analyze data efficiently.
Instructions
Create pivot table in worksheet.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agg_func | No | mean | |
columns | No | ||
data_range | Yes | ||
filepath | Yes | ||
rows | Yes | ||
sheet_name | Yes | ||
values | Yes |