pub fn infer_from_values<T>( ca: &StringChunked, infer: impl FnMut(&str) -> Option<T>, ) -> Option<T>
Scan the non-null values for the first that infer accepts.
infer