analyze_dataset
Perform summary, correlation, distribution, and missing value analyses on CSV datasets to uncover insights and data quality issues.
Instructions
Analyze dataset and return actual results.
Args: dataset_path: Path to the dataset file (CSV format) analysis_type: Type of analysis - "summary", "correlation", "distribution", "missing_values" columns: Specific columns to analyze (if None, analyzes all columns)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | No | ||
| dataset_path | Yes | ||
| analysis_type | No | summary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |