Skip to main content
edited title
Link

Visualization using Manipulate - using data from Dataseta dataset

edited tags
Link
Source Link

Manipulate using data from Dataset

data = Dataset[{<|"userId" -> 5311, 
"Rec" -> 
 "You need to improve in Free Response Question type"|>,<|"userId" -> 5312, 
"Rec" -> 
 "You need to improve in Write Code Question type"|>, <|"userId"-> 5313, 
"Rec" -> 
 "You have a great performance in all question types"|>,<|"userId" -> 5314, 
"Rec" -> 
 "You need to improve in Multiple Choice Question type"|>}]

Is there a way to create a manipulate such that the control shows the userId and as I move the control, I see the text corresponding to each userId. Something similar to this:

Manipulate[Grid[{{userId}, {"text"}}, BaseStyle -> {FontFamily -> "Roboto"}], {{userId, 1}, 1, 5}]