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.
Can rapid transfer table like that?
fvbnju765r
Member Posts: 8 Contributor II
for example
---------------
ID-shopping
1-egg
2-meat
3-vegetable
transfer it to
-----------------
ID-egg-meat-vegetable
1-t-f-f
2-f-t-f
3-f-f-t
can rapid do this kind transfer?
(I used to use IBM spss module to do that )
---------------
ID-shopping
1-egg
2-meat
3-vegetable
transfer it to
-----------------
ID-egg-meat-vegetable
1-t-f-f
2-f-t-f
3-f-f-t
can rapid do this kind transfer?
(I used to use IBM spss module to do that )
0
Answers
You can use the Pivot operator plus some gymnastics.
Here's an example
regards
Andrew
I just feel some thing like IBM spss module has a tool to do this kind of transfer by no typing code
why rapid do it so difficult?