Concept Flow - Setting a column as index
Start with DataFrame
Choose column to set as index
Use set_index() method
New DataFrame with chosen column as index
Use DataFrame with new index for operations
You start with a table, pick a column, then use set_index() to make that column the row labels (index).