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