statistical_summary
Run statistical tests on CSV data: normality, correlation, and t-tests. Choose specific columns or analyze all numeric fields for instant results.
Instructions
Perform statistical analysis and return results.
Args:
dataset_path: Path to the dataset file (CSV format)
columns: Specific columns to analyze (if None, analyzes all numeric columns)
tests: Statistical tests to perform - "normality", "correlation_test", "ttest"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tests | No | ||
| columns | No | ||
| dataset_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |