This would be the easiest way to add dollar symbol (or any string) in every rows of the column.
dataframe[0] = '$'+dataframe[0].astype(str)
1.4m articles
1.4m replys
5 comments
57.0k users