CartoDB/cartoframes

cartoframes quickstart example in jupyter-notebook breaks on geocoding

Opened this issue · 0 comments

Just going through the cartoframes quickstart with the Starbucks example and code breaks on:

`from cartoframes.data.services import Geocoding

stores_gdf, _ = Geocoding().geocode(stores_df, street='address')
stores_gdf.head()`

I've attached a screenshot. Looked for this issue elsewhere but couldn't find anything. Thanks.
Screenshot_2020-08-05_18-31-40