Repeat an attribute
Hi everyone!
I have the next dataset.
ID USERID TIME1
1 4 135465
2 7 125347
3 19 189200
.......
Also I have a second dataset with this information
ID AVAILABILITY
1 148200
I want to create an attribute in the first dataset called availability with the value of availability in the second dataset, just like this....
ID USERID TIME1 AVAILABILITY
1 4 135465 148200
2 7 125347 148200
3 19 189200 148200
.......
How can I do it?
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,454
RM Data Scientist