daft.Expression.str.rstrip

daft.Expression.str.rstrip#

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

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

Example

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

a String expression which is self with trailing whitespace stripped

Return type:

Expression