Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.2.0-alpha.1: Optionally remove existing geocode columns
If the geocoder would introduce columns that already exist in the file, we do one of two things: 1. By default, we exit with an error. 2. If the user passes `--replace`, we strip any column with the same name as a geocoding output column, and add the output columns normally.
- Loading branch information