Class CorrelatedColumn (2.2.0)

CorrelatedColumn(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Identifies the table's column, and its correlation with the column this ColumnSpec describes.

Attributes

NameDescription
column_spec_id str
The column_spec_id of the correlated column, which belongs to the same table as the in-context column.
correlation_stats .gca_data_stats.CorrelationStats
Correlation between this and the in-context column.