WSWCWaterDataExchange / MappingStatesDataToWaDE2.0

Manage all code to map and import state's data into WaDE 2.0
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Convert Owner name "all caps" into Capital first letter only in each word #146

Closed amabdallah closed 1 year ago

amabdallah commented 1 year ago

Problem All caps can be hard to read and they look odd to me especially if the rest of the metadata is different. See the screenshot below.

Suggested Solution

Ideally, we want to capitalize just the first letter of each word "name" in an owner's name. https://learnpython.com/blog/uppercase-letter-python/

image

rwjam commented 1 year ago

I should be able to go back and make sure all owner names are in title() format during the preprocessing.

amabdallah commented 1 year ago

I think this is done, right? if so, feel free to close the issue

rwjam commented 1 year ago

There might be a few hold outs, but with every update to the states data this will be included.