I have a data frame that I am trying to sort by character's that contain numbers in it.
The column looks like this (Team1, Team2, Team3, Team4, Team5,....Team10) and when I sort it will sort it as (Team1, Team10, Team2 ....). I am using this with hundreds of different terms in that column so is there a way that you can sort the column so it sees the Team2 as an earlier value than Team3?