Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
How to compare common variables of two files?
I have two csv files, a and b.
These two csv have a common variable 'c', and the other variables have different types and numbers.
'After creating a new variable aa in file a, if the value of variable c in both files is the same, fill aa with 0, otherwise fill with 1'
Can we make a conditional statement like this?
Creating a new variable is not difficult, but creating a condition to compare the values of two files is difficult.
Any help please?
thank you
Tagged:
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi!
Connecting two datasets based on a common attribute is called "Join". There is an operator for it in RapidMiner.
Depending on the requirements, you would use inner join (keeps only matching rows from both tables), left join (keeps all rows from the left table and matching rows from the right table), right or full outer join (keeps all rows, joins the matching ones).
Regards,
Balázs
0
Answers