lshtm-gis / WHO_PHSM_Cleaning

Cleaning PHSM provider data for WHO
https://lshtm-gis.github.io/WHO_PHSM_Cleaning/html/
MIT License
0 stars 1 forks source link

Lower case columns #118

Closed hamishgibbs closed 3 years ago

hamishgibbs commented 3 years ago

Correctly coded values with incorrect capitalisation have been raising unneeded errors.

Here, these columns will be converted to lowercase when reading in manually cleaned data.

Added a check that all column values are either null or a string instance before converting to lower case.