The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
help with JOIN operator.
Best Answer
-
Thomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761
Unicorn
Hi Daniel,
Did you check out this blog post: https://rapidminer.com/tips-tricks-different-ways-to-join-data/ ?
There are different ways to join data in RapidMiner and each has their unique way to do it. If you were using a Join operator and set to Inner Join and you have matched up the attribute (columns) that you want to join in, then only the records that are found in both data sets is returned.
0
Answers
https://www.youtube.com/watch?v=8op9TlF2g7I&feature=youtu.be
Is it possible to add more than one attachement btw,
or should point to my google drive location maybe?
I have found ¨REMOVE DUPLICATES¨ operator, that can make the job I guess.
Ok Thomas, thanks for those tricks.
Already did the job, using remove duplicates because join was giving me datasets that cointained
more examples that I was expecting.
Thanks a lot.