### Description What happens when zeros or other numbers partially populate country, admin1 etc fields? ### Possible solution Preemptively cast `country`, `admin1`, `admin2`, and `admin3` as `dtype = str` after **normalize** if writing parquet files.
Description
What happens when zeros or other numbers partially populate country, admin1 etc fields?
Possible solution
Preemptively cast
country,admin1,admin2, andadmin3asdtype = strafter normalize if writing parquet files.