Dear all,
I am sure this must have been asked before but I cannot seem to find it...
So basically i have this:
Dataset 1:
Player Age
Player 1 32
Player 2 45
Player 3 18
Dataset 2:
Player 1 Player 2 Player 3
BMI 23 34 24
My final dataset should look like this:
Player Age BMI
Player 1 32 23
Player 2 45 34
Player 3 18 24
I tried different variations with rbind/cbind but I dont get it why it is not working...
Can anyone help me?
Thank you!!!