Sorting image names in a submission fie

I want to sort a submission file (image_id) to be in this order: Captiiiiure

but when I do sorting in pandas or excel I get this order :Captjjjjure

note: I have another csv file contains the correct order.

any ideas how can I do it?

I would “extract” the number part from id column and sort it by that number.

1 Like

thanks i did that