Skip to main content

csv_chunks

Function csv_chunks 

Source
pub fn csv_chunks<P: AsRef<Path>>(
    path: P,
    chunk_size: usize,
    has_header: bool,
) -> Result<impl Iterator<Item = Result<Array2<f64>>>>
Expand description

Create chunks from a large CSV file