Skip to main content

apply_string_to_date_format

Function apply_string_to_date_format 

Source
pub fn apply_string_to_date_format(
    column: Column,
    format: Option<&str>,
    strict: bool,
) -> PolarsResult<Option<Column>>
Expand description

Apply string-to-date with optional format (PySpark to_date(col, format)). When format is None uses default parsing; when Some parses with given format.