AnyCategoricalSummary
A type-erased categorical summary.
Declaration
struct AnyCategoricalSummaryOverview
Categorical summary includes 5 statistics:
someCount: The number of non-missing elements.
noneCount: The number of missing elements.
totalCount: The sum of missing and non-missing elements.
uniqueCount: The number of unique elements.
mode: The most common elements.