pub fn load_input<T>(eid: i64) -> impl Iterator<Item = T>where
T: FromStr,Expand description
Returns an iterator of raw data points for the given external ID, parsed into
the parameterized type using std::str::FromStr trait. Skip data points
with nonzero status OR cannot be parsed.