corr
function corr(col1, col2): Column;Defined in: functions/aggregate.ts:118
Returns the Pearson Correlation Coefficient for two columns.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
col1 | ColOrName |
col2 | ColOrName |
function corr(col1, col2): Column;Defined in: functions/aggregate.ts:118
Returns the Pearson Correlation Coefficient for two columns.
| Parameter | Type |
|---|---|
col1 | ColOrName |
col2 | ColOrName |