read_csv
Reads data from a local CSV file and optionally limits rows returned for quick inspection.
Instructions
Read a CSV file and return its contents
Args: filename: Name of the CSV file to read rows: Optional number of rows to return (returns all if not specified)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| rows | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |