Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GooglePrivacyDlpV2CategoricalStatsConfig

import type { GooglePrivacyDlpV2CategoricalStatsConfig } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

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

interface GooglePrivacyDlpV2CategoricalStatsConfig {}

§Properties

§

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.