get_csv_statistics
Computes statistical summary for a CSV file or a selected column, providing insights into data distribution and key metrics.
Instructions
Get statistical summary of a CSV file or specific column
Args: filename: Name of the CSV file column: Optional specific column name to analyze
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| column | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |