[][src]Trait utah2::util::readcsv::ReadCSV

pub trait ReadCSV<T> where
    T: UtahNum + Decodable
{ fn read_csv(file: &'static str) -> Result<DataFrame<T>>; }

Required methods

fn read_csv(file: &'static str) -> Result<DataFrame<T>>

Loading content...

Implementors

impl<T> ReadCSV<T> for DataFrame<T> where
    T: UtahNum + Decodable + FromStr + Debug
[src]

Loading content...