what3words / w3w-python-wrapper

Python wrapper for the what3words API
https://docs.what3words.com/api/v3/
MIT License
79 stars 14 forks source link

Way to batch convert in pandas without multiple API requests? #14

Open tadisdef opened 1 year ago

tadisdef commented 1 year ago

Hello!

I have been working with converting what3words addresses to coordinates using python inside the software Alteryx. Alteryx converts my excel file (with a column of What3Words addresses) to a pandas dataframe and then I use this wrapper and for loop to convert each of them. Is there a way to batch out the whole column without using tons of API requests?

Asking because I made 104 API requests in my trial and error phase yesterday.