pub fn load_median_float<T>(eid: i64) -> Option<T>where T: FromStr + Float + NumCast,
Returns the median value of the given external ID, ignoring unsuccessful reports.