run_correlation
Compute Pearson or Spearman correlation between two numeric columns to mathematically verify relationships before plotting scatterplots.
Instructions
Computes statistical correlation (pearson, spearman) between two numeric columns. Use this to mathematically verify relationships before plotting scatterplots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | pearson | |
| x_column | Yes | ||
| y_column | Yes | ||
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |