Skip to main content

apply_encode

Function apply_encode 

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

Encode string to binary (PySpark encode). Charset: UTF-8, hex. Returns hex string representation of bytes.