EXPAND ALL
  • Home

itoa

This function converts an integer into a string.

Returns: STRING

The input converted to a string.

Arguments

VariableTypeDescription
arg1INT64The integer to convert.

Examples:

df.val = px.itoa(df.int_col)
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.