How to handle pandas without using geopy.extra #519
-
|
Hi, I would like to geocode a pandas dataframe with geopy, but run into an issue of timeout. I am aware that I can use However, the current version that is cloned to my company does not have Is there a way to use get away with the time out issue without using Thank you so much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
resolved with writing a loop with |
Beta Was this translation helpful? Give feedback.
resolved with writing a loop with
time.sleep()that creates time buffer in between each call to api