get_headers
Extract column headers from Excel or CSV files to understand data structure and prepare for analysis.
Instructions
Get the column headers (first row) of a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the CSV or Excel file | |
| sheet | No | Sheet name for Excel files (optional) |