Preview rows
preview_dataPreview the first N rows of a local data file as a Markdown table to quickly inspect its contents before deeper 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 |