Type_casting#

Expr.cast(dtype, *[, strict, wrap_numerical])

Cast a value to d different type.

Expr.dt

Return an object namespace with all date-time methods for a date-time value.

Expr.str

Return an object namespace with all string methods for a string value.

ExprStringNameSpace.to_date([fmt, strict])

Convert the string to a date.

ExprStringNameSpace.to_datetime([fmt, ...])

Convert the string to a datetime.

ExprStringNameSpace.to_integer(*[, base, strict])

Covert a string to integer.

ExprStringNameSpace.to_time([fmt, strict, cache])

Convert the string to a time.