Posts by Pypas • 31 points
1 post
-
3
votes1
answer218
viewsA: CEP for Latitude and Longitude Python
Assuming that your file .csv contains a simple list of ceps. Ex: cep 01001010 01017000 Make the reading of the file .csv using the method open() from Python, and store the ceps in a list: import csv…