This is the csv i use :
how can i merge this csv ?
This is the csv i use :
how can i merge this csv ?
Could you provide some detail about what you’re trying to do?
Hi,
have you checked the Website you’ve posted?
At the bottom you can find several examples on how the data set is used and how to merge the tables.
E.g.:
Python - Looker Ecommerce Data Analysis
If you want to do the same I highly recommend the L1 course provided here:
KNIME Learning Center | KNIME
There you should find some information how to JOIN or CONCATENATE different tables.
Andreas
Merge it with what exactly?
On the purely technical side, you load two .csv files with “CSV Reader” nodes and to pass them into a “Joiner” node.
Either the ID is a unique and valid identifier for your data points across all tables - then you wouldn’t do that.
Or the ID only identifies entries /within/ a given table - then you’d join on another column that makes sense to your use case.