Correlation
Run pairwise correlation on all numeric columns in the source_table
Parameters
Name | Type | Description | Is Optional |
---|---|---|---|
rows_to_sample | value | number of rows to sample from the table before calculating correlation | True |
Example
Source Code
Last updated