EXPAND ALL
  • Home

length

Returns: INT64

The length of the string.

Arguments

VariableTypeDescription
sSTRINGThe string to get the length of

Examples:

df.service = 'checkout'
df.length = px.length(df.service) # 8
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.