Addresses are appearing in all caps. Let's process the data so that we capitalize only the first letter of streets, towns, etc. both for the main address and for the owner information.
It's also kind of involved since the data is coming in from the source in all caps.
We might be able to get most of the way there by simply Title Casing all of the things.
todo:
[ ] document which datasets are affected
[ ] per dataset, try to find a good, scriptable solution.
from https://github.com/codeforamerica/bestnest-app/issues/55
Addresses are appearing in all caps. Let's process the data so that we capitalize only the first letter of streets, towns, etc. both for the main address and for the owner information.
It's also kind of involved since the data is coming in from the source in all caps.
We might be able to get most of the way there by simply Title Casing all of the things.
todo: