I have this Dataframe with three columns that i recieve from a excel file and create using pandas, so my program needs to order the points column and return a string with the ordered names.
so i make the ordering in a list appart from the DataFrame so at the end i have a list with the ordered numbers, what i want to do is using this list to match the Dataframe 'name' column to print the name corresponding to that score for example print the name of the person with 0 points first and so on.