pub fn get_f64(row: &Row, field: &str) -> Option<f64>
Extract an f64 value from a Row by field name. Handles both Number and String (parsed) values.