Hi,

I have a dataset which comprises of multiple entries as shown below:

Name Score
A 1
B 2
C 3
D 4
B 5
A 6
D 7
C 8

There are multiple such entries and I need to extract the top 2 names based on the sum of their scores.

Sid