pub fn parse_optional_f64(field: Option<&str>) -> Option<f64>
Parse an optional f64 from a CSV field (empty or whitespace → None).