0

I have a data set that consists of 3 different groups that looks like this:

group   scores

group1  91.23661            
group1  92.45948            
group1  81.99049            
group1  92.86250            
group1  81.48261            
group1  82.78499            
group1  86.38088            
group1  81.54027            
group1  74.87037            
group1  80.04181

I am trying to reshape it to look like this however with the respecting scores under the corresponding column:

group1  group2   group3 
#####  #####   #####

I have seen examples where people start with what I am looking to change but not what I am trying to change it to.

Phil
  • 7,287
  • 3
  • 36
  • 66

0 Answers0