This is a collection of notebooks demonstrating how to programmatically geocode a tabular data file. Geocoding is the process of retrieving coordinate data from addresses, and can involve both database lookups and address interpolation along streets.
Demonstrated methods include the U.S. Census Batch Geocoder, the RI E911 database geocoder, and the ArcGIS World Geocoding Service. Further options, such as OpenStreetMap's Nominatim, can be accessed through Geopy and the corresponding section of the notebook.