🧐 Analyzing table structure…
inspect_table_filesInspect the first rows of table-like files from local, S3, or HTTP sources, returning each row as a dictionary mapping column names to values.
Instructions
Inspect the first rows of table-like files.
Each row in a file is represented as a dictionary mapping column names to their corresponding values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | File paths to inspect. Can be a mix of local file paths, S3 URIs (s3://...), or HTTP/HTTPS URLs. | |
| num_rows | No | Number of rows to read per file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||