pub fn process_csv_streaming<P: AsRef<Path>, F, R>(
path: P,
config: StreamingCsvConfig,
processor: F,
) -> Result<(Vec<R>, StreamingStats)>Expand description
Process a CSV file in streaming mode with a custom function
pub fn process_csv_streaming<P: AsRef<Path>, F, R>(
path: P,
config: StreamingCsvConfig,
processor: F,
) -> Result<(Vec<R>, StreamingStats)>Process a CSV file in streaming mode with a custom function