Class CategoricalStatsConfig (2.0.2)

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

Compute numerical stats over an individual column, including number of distinct values and value count distribution.

Attribute

NameDescription
field .storage.FieldId
Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.