> ## Documentation Index
> Fetch the complete documentation index at: https://docs.less.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Correlation

> Calculate Person and Spearman correlations between two columns

The usage of the Correlation tool is quite narrow. It takes two columns and generates a correlation coefficient between the two columns.

## Configuration

The Correlation tool has of three required input.

<Steps>
  <Step title="Select First Column">
    Select the first column
  </Step>

  <Step title="Select Second Column">
    Select the second column
  </Step>

  <Step title="Select Correlation Method">
    Choose whether you want to perform a Person or Spearman correlation.
  </Step>
</Steps>
