daft.Expression.str.lstrip

daft.Expression.str.lstrip#

Expression.str.lstrip() Expression[source]#

Strip whitespace from the left side of a UTF-8 string

Example

>>> col("x").str.lstrip()
Returns:

a String expression which is self with leading whitespace stripped

Return type:

Expression