I am using the sort function on a particular column to rank hospitals based on a specific outcome.
The data ranges in value from 8.0 to 20.0.
However, when I use the sort function, instead of the lowest value appearing first, the data will be sorted with 10.0 first, followed by all data beginning with a 1, and will end with the lowest data (8.0, 8.1, 8.2).