pub fn coerce_string_to_date(
infer: &mut DatetimeInfer<Int32Type>,
ca: &ChunkedArray<StringType>,
) -> Result<Logical<DateType, Int32Type>, PolarsError>Expand description
Apply a pre-built DatetimeInfer<Int32Type> to a StringChunked, returning a DateChunked.