correlation_analysis
Calculate correlation between two numeric columns in Excel or CSV files to identify statistical relationships in data.
Instructions
Calculate correlation between two numeric columns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the CSV or Excel file | |
| column1 | Yes | First column name or index (0-based) | |
| column2 | Yes | Second column name or index (0-based) | |
| sheet | No | Sheet name for Excel files (optional) |