Class CategoricalStatsResult (1.0.0)

Result of the categorical stats computation. .. attribute:: value_frequency_histogram_buckets

Histogram of value frequencies in the column.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > CategoricalStatsResult

Classes

CategoricalStatsHistogramBucket

Histogram of value frequencies in the column. .. attribute:: value_frequency_lower_bound

Lower bound on the value frequency of the values in this bucket.

Total number of values in this bucket.

Total number of distinct values in this bucket.