pub fn streaming_reader_from_file<P: AsRef<Path>>(
path: P,
config: StreamingCsvConfig,
) -> Result<StreamingCsvReader<BufReader<File>>>Expand description
Create a streaming CSV reader from a file path
pub fn streaming_reader_from_file<P: AsRef<Path>>(
path: P,
config: StreamingCsvConfig,
) -> Result<StreamingCsvReader<BufReader<File>>>Create a streaming CSV reader from a file path