sfbrigade / datasci-open-payments

Repository for UCSF Mental Health Hackathon 2019 Exploring Considerations in Finance and Prescriptions for Mental Health Specialists
1 stars 0 forks source link

Take all addresses in Table, Geocode, add as new columns, and write as new table to DB. #5

Closed VincentLa14 closed 5 years ago

benjaminbang987 commented 5 years ago

According to https://pypi.org/project/censusgeocode/, batch encoding exists - but the files have to be in 1000s with columns as unique id, street address, state, city, zip code. (example: https://github.com/fitnr/censusgeocode/blob/master/tests/fixtures/batch.csv)

VincentLa14 commented 5 years ago

9