Skip to main content

apply_string_to_double

Function apply_string_to_double 

Source
pub fn apply_string_to_double(
    column: Column,
    strict: bool,
) -> PolarsResult<Option<Column>>
Expand description

Apply string-to-double cast. Handles string columns: empty/invalid -> null (Spark parity); passes through numeric columns; others error (strict) or null.