Skip to main content

apply_decode

Function apply_decode 

Source
pub fn apply_decode(
    column: Column,
    charset: &str,
) -> PolarsResult<Option<Column>>
Expand description

Decode binary (hex string) to string (PySpark decode). Charset: UTF-8.