I've been trying so solve this problem but none of the things I tried actually work. I have a table in which (from a .txt file) that I need to sort by numerical order of a specific raw of the table.
The data I have is composed like this:
Name Team Age
David a 20
James b 25
Anthony c 22
Carter b 21
Jessica a 24
Basically what I need to order (from smallest to biggest) the age of a certain team, example A. So the expected output would be:
a 20
a 24