Concept Flow - sort_values() by single column
Start with DataFrame
Choose column to sort
Call sort_values() on column
DataFrame rows rearranged
Sorted DataFrame output
We start with a table, pick one column to sort by, then rearrange rows based on that column's values, producing a sorted table.