I have a dataframe that has four columns: ID, Extraversion, Neuroticism, Openness
I want to reduce the column to three, so I end up with the following columns: ID, Personality, Scores
Please any helps with this would be greatly appreciated. Thanks for your help.