I am new at Knime and I have a doubt about the GroupBy node.
I have a data set representing a Shopping Cart, with the following columns
- Session Number (integer)
- CustomerID (String)
- Start Hour
- Duration
- ClickedProducts
- AgeAddress
- LastOrder
- Payments
- CustomerScore
- Order
where Order (Char meaning Y=purchase or N = nonpurchase)
I saw in my data set that Session Number can have more than one row, so I used the GroupBy node and grouped by SessionID, but when I see the resulting table, I only see the column I have chosen.
I would like some advice about if I have to aggregate new columns with another node.
Thank you