"description": "Implement a 'Stable' Selection Sort. You are given a DataFrame listing dictionaries of `{'id': int, 'val': int}`. Sort the array so that numerical 'val's are in ascending order.