Correlation
Run pairwise correlation on all numeric columns in the source_table
Name | Type | Description | Is Optional |
---|---|---|---|
rows_to_sample | value | number of rows to sample from the table before calculating correlation | True |
ds = rasgo.get.dataset(id)
ds2 = ds.correlation(rows_to_sample=1000)
ds2.preview()
Last modified 1yr ago