EXPAND ALL
  • Home

toupper

Returns: STRING

`string` with all lowercase ascii converted to uppercase.

Arguments

VariableTypeDescription
stringSTRINGThe string to transform.

Examples:

df.service = Kelvin
df.upper = px.toupper(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.