Posts by Joao Otabe • 11 points
2 posts
-
1
votes2
answers1669
viewsA: Changing the Python CSV File Delimiter
I was able to solve my doubt. python exported the files without the delimiter I wanted because it had to export as an array between [ ] in the above code exported with the delimiter , and not with ;…
-
0
votes2
answers1669
viewsQ: Changing the Python CSV File Delimiter
I have a difficulty in delimiting the cells of the CSV file, when I send the command to save the edited file in CSV escritor.writerow([linhas]) the default delimiter is ,, the more I need to change…