pub fn array_from_csv<R: Read>( csv: R, has_headers: bool, separator: u8, ) -> Result<Array2<f64>, ReadError>
Convert CSV bytes into 2D array