Have marked the current Df and the expected output.
I would like to add a new column "Rank" based on the values of "Score" with the conditions as IF SCORE>=80,"EXP", ELSE IF SCORE<=34,"FAIL",ELSE,"PASS"
Request guidance.
Current and expected results: