Cross Tab¶
Categorical V.S. Categorical
Type¶
transform
Class¶
fire.nodes.ml.NodeCrosstab
Fields¶
Name |
Title |
Description |
|---|---|---|
firstColumn |
First Column |
|
secondColumn |
Second Column |
Details¶
This node displays distribution of data between all possible combination of all distinct values of two series.
Examples¶
If CrossTab node is configured below i.e. selecting two columns from the dataset:
FirstColumn : Dept
SecondColumn : Location
then outgoing Dataframe would be created in tabular format displaying distribution / count of all possible combination between distinct value of [DEPT] and [LOCATION]