Version Checks (indicate both or one)
Issue Description
String A_ID, being ID decimal, will sort A_100 first than A_20
Reproducible Example
Data=["A_2","A_20","A_100","A_1000"]
print(Data.sort_index())
Expected Behavior
"A_100", "A_1000", "A_2","A_20"
Installed Versions
Details
Replace this line.