csv_sample
Extract a sample of rows from CSV files to preview data structure and content for analysis, with configurable row count and offset.
Instructions
Get a sample of rows from a CSV file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the CSV file | |
| count | No | Number of sample rows (default 10) | |
| offset | No | Row offset to start from |