Solution to an exercise for joining and concatenating data.
Combine data tables side-by-side using the join operation. Put tables on top of each other with the concatenate operation.
CHECK YOUR ANSWERS:
Joiner:
The number of rows is 32549 in all joined tables. No rows were discarded in the joining operations.
Concatenate:
The ID column is missing in the adult_scotland table. You need to select union of columns, if you want to include the ID column in the concatenated table.
Workflow
07 Join and Concatenate - Solution
External resources
Used extensions & nodes
Created with KNIME Analytics Platform version 4.4.0
- Go to item
- Go to item
- Go to item
- Go to item
- Go to item
Legal
By using or downloading the workflow, you agree to our terms and conditions.