Preview rows
preview_dataPreview the first rows of a local data file (CSV, Parquet, Excel, JSON) as a Markdown table. Specify path, limit, and offset to inspect data before further analysis.
Instructions
Return the first N rows of a local data file as a Markdown table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the data file. | |
| limit | No | Rows to show (default 20). | |
| offset | No |