csv - Python replace plus sign from excel -
the data pull db comes in following format:
+jacket online trading account +neptune
when write data csv end #name?
error. tried adding single quote '
front of values when pull data, however, not fix issue. need write values come, plus sign @ front.
you need format desired output column text column. result in:
+jacket online trading account +neptune
being written file is. no more #name? errors.
Comments
Post a Comment