I have a data frame with about 6 columns that are currently 'float' types. Wanting to format them into a dollar style visual as such: 1000 -> $1,000. My hope is to do this across all columns simultaneously.
I have tried different variations of using the 'format' function and also think that there is a ",.2f" syntax involved in the conversion. So, maybe it's a simple syntax error or maybe I am using the wrong function altogether.