Hello everyone!
I am currently working on a project where I am supposed to merge two datasets and make a scatter plot.
One dataset has a leader index containing self evaluated data on performance. Another dataset contains an employee index with data on employees' perceived performance of the leader. This is a big organization with about 30 different subgroups where each subgroup contains one leader and several employees in each.
How do I group every specific leader with the specific employees from his/her department?
And how do I make a scatter plot where I combine the evaluations from the leaders on the y axis and the evaluations from the employees on the x axis?
I do not see merge as the only command I need to use. I also considered joinby but I do not see it as the relevant command since I do not want to combine but group/pair.
I am currently working on a project where I am supposed to merge two datasets and make a scatter plot.
One dataset has a leader index containing self evaluated data on performance. Another dataset contains an employee index with data on employees' perceived performance of the leader. This is a big organization with about 30 different subgroups where each subgroup contains one leader and several employees in each.
How do I group every specific leader with the specific employees from his/her department?
And how do I make a scatter plot where I combine the evaluations from the leaders on the y axis and the evaluations from the employees on the x axis?
I do not see merge as the only command I need to use. I also considered joinby but I do not see it as the relevant command since I do not want to combine but group/pair.
Comment