EXPAND ALL
  • Home

time_to_int64

Converts a time value to an int64 value. Used when type-specific UDFs are needed for int64 on a time value.

Returns: INT64

The time (in nanoseconds) as an int64.

Arguments

VariableTypeDescription
valueTIME64NSThe value to convert.

Examples:

df = df[px.time_to_int64(df.time_) != 0]
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.