CategoricalSummary
A categorical summary of a collection’s elements.
Declaration
struct CategoricalSummary<Element> where Element : HashableOverview
Each categorical summary has 5 statistics about a collection:
someCount: The number of non-missing elements.noneCountThe number of missing elements.uniqueCount: The number of unique elements.totalCount: The total number of elements.mode: An array of the most common values.