So I have an excel spreadsheet that has a specific column I want to sort the spreadsheet by. The column has 3 different combinations of starting letters, B,C,E. I want to order by B then E then all the rows starting with C. I do need to sort the whole table from the column
Anyone know how to do this in Python?