CartoDB / cartoframes

CARTO Python package for data scientists
BSD 3-Clause "New" or "Revised" License
251 stars 63 forks source link

cartoframes quickstart example in jupyter-notebook breaks on geocoding #1669

Open tdimeola opened 4 years ago

tdimeola commented 4 years ago

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

`from cartoframes.data.services import Geocoding

storesgdf, = 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