pyspark.sql.functions.unbase64

pyspark.sql.functions.unbase64(col)[source]

Decodes a BASE64 encoded string column and returns it as a binary column.

New in version 1.5.