`string` with all uppercase ascii converted to lowercase.
df.service = "Kelvin"df.lower = px.tolower(df.service) # "kelvin"