csv_inspect
Inspect a CSV file to retrieve its size, row and column counts, detected delimiter, and a preview of the data.
Instructions
Get an overview of a CSV file including size, row/column count, detected delimiter, and a preview of the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the CSV file | |
| previewRows | No | Number of rows to preview (default: 5) |