Class CategoricalStatsResult (3.2.4)

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

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

Histogram of value frequencies in the column.

:type: Sequence[google.cloud.dlp_v2.types.AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket]

Classes

CategoricalStatsHistogramBucket

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

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

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

:type: int