pub fn load_median<T>(external_id: i64) -> Option<T>where T: FromStr + PartialOrd + Clone + Num + NumCast,