filter_excel
Filter Excel data by applying a pandas query string to extract specific rows or columns. Specify the file path, query, and optional sheet name to retrieve filtered results efficiently.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | ||
query | Yes | ||
sheet_name | No |