Set
Categorical set attributes are string attributes that have a limited number of possible values such as colors (red
, green
, blue
, ...).
However, in contrast to a categorical attribute each row has a set of values, given in a set (Set<string>
) or an array of strings (string[]
).
Statistics
The statistics are the same as the categorical attribute ones.
see ICategoricalStats API Docs
Example
Live Editor
Result
Loading...
Visualization
Cell
UpSetLine
React component
Live Editor
Result
Loading...
Aggregation
Histogram
React component
Live Editor
Result
Loading...
Interactive Summary
FilterSetHistogram
React component
Live Editor
Result
Loading...