🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to convert a database dataset to item set dataset

User: "soheil008"
New Altair Community Member
Updated by Jocelyn

Hi

 

I want to convert my database to item set form. For example assume table:

Tid      Item

 1           1

 1           2

 2           1

 2           3

 

I want it changes to:

 

Tid  Item1    Item2    Item3

 1     true       true      false

 2     true       false     true

 

How can I do that in rapidminer studio?

Find more posts tagged with