Class TopNValue (1.13.0)

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

Top N non-null values in the scanned data.

Attributes

NameDescription
value str
String value of a top N non-null value.
count int
Count of the corresponding value in the scanned data.
ratio float
Ratio of the corresponding value in the field against the total number of rows in the scanned data.