Use `.reset_index()` to flatten a multi-index into regular columns - Use `.sort_values()` to rank groups - Use `.unstack()` as an alternative to `pivot_table` for reshaping grouped results