Good Morning,

I welcome feedback and suggestions for libraries or resources in order to 
automate the following:

1. Given a directory of CSV files (each containing an address field)
   
   a. Read each CSV file
   b. Use address instance in row as part of a query and send request to 
external API
      in order to geocode address
   c. Write response to each row and return the updates file


I have been wondering if using a series of decorators could be implemented. 
Moreover, for the request component, has anyone explored using Tornado or 
Twister to create a queue for requests?

Thank you again for your feedback. 
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to