This is the current dataframe:
    PersonID    TestResult
12    1.423000e+03    68270
13    1.423000e+03    68270
17    1.978000e+03    9
18    1.978000e+03    746
24    2.384000e+03    166197
25    2.384000e+03    166197
And this is the kind of result I am looking for;
    PersonID    TestResult
12    1.423000e+03    68270    68270
17    1.978000e+03    9    746
 
    