pivot_table
Transform Excel data into pivot tables by specifying index, columns, values, and aggregation functions. Ideal for summarizing and analyzing spreadsheet information efficiently.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aggfunc | No | mean | |
columns | No | ||
file_path | Yes | ||
index | Yes | ||
sheet_name | No | ||
values | No |