pub fn analyze(
    data: Vec<SearchOutput>,
    total_targets: i32,
    total_records: i32,
    is_drug: bool,
    has_id: bool
) -> Result<Vec<String>, ValueError>
Expand description

A function to get some nice stats about the drugs in the list.