Load in all the excel sheets within the workbook
Create a DataFrame just like the shipping sheet, but with each state abbreviation replaced by its full name.
Get the corresponding full state name from the states dataframe, and then apply that to a copy of the shipping dataframe