EXPAND ALL
  • Home

tolower

Returns: STRING

`string` with all uppercase ascii converted to lowercase.

Arguments

VariableTypeDescription
stringSTRINGThe string to transform.

Examples:

df.service = "Kelvin"
df.lower = px.tolower(df.service) # "kelvin"
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.