Class StringStats (2.1.0)

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

The data statistics of a series of STRING values.

Attribute

NameDescription
top_unigram_stats Sequence[.data_stats.StringStats.UnigramStats]
The statistics of the top 20 unigrams, ordered by count.

Classes

UnigramStats

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

The statistics of a unigram.