Posts by Wesley • 13 points
1 post
-
-1
votes1
answer50
viewsQ: Concatenate numbers into a python csv file
I have a problem with a CSV file, because I have a CSV file with phone numbers, but the number 55 is missing in front of the numbers. how can I is doing this in python. This is my code import pandas…