Is there a package to get a zipcode based on a city name? I have a file that has a column naming a city, and wanted to add a column to get a zipcode. Example:
data=pd.read_excel('shops.xlsx')
I want to add a column named zipcode, thatll have the corresponding zipcode. Any packages for this or ideas?
2.1m questions
2.1m answers
60 comments
57.0k users