Type Casting
Expr.cast | Cast a value to d different type. |
Expr.str.to_date | Convert the string to a date. |
Expr.str.to_datetime | Convert the string to a datetime. |
Expr.str.to_integer | Covert a string to integer. |
Expr.str.to_time | Convert the string to a time. |
Expr.dt.to_string |