I have ten datasets. I want to merge them together. Is there a way to merge other than manual data entry? For example, with weka or rapidminer software!
Asked
Active
Viewed 185 times
-2
-
1Can you please translate your title into English. – ChrisF Jan 04 '19 at 10:32
1 Answers
2
of course! you can just join them in RapidMiner. Just have a look at the ETL tutorials available at: https://academy.rapidminer.com/courses/rapidminer-datascience-data-prep-foundations
best, Martin

Martin Schmitz
- 141
- 2
-
In the RapidMiner 9.1, two databases can be merged together and you can not merge all ten to one. Data has identical features – Aseman Pol Jan 05 '19 at 15:09
-
It sounds like you are looking for the Union Operator. It allows you to merge two exampleSets to one. Doing it over and over until all 10 of your sets are merged would probably solve your problem. – Barry Feb 07 '19 at 17:04