I have a dataframe I'm eventually writing to excel using the to_excel method. One of the columns is represents a monetary amount. Currently it's float, and what I'd to accomplish is to write it as currency. I have a dataframe I'm eventually writing to ex