csv_describe
Analyze CSV file structure by extracting schema, row count, and column statistics to understand data composition and prepare for further processing.
Instructions
Load a CSV file and return its schema, row count, and column statistics
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the CSV file |