pub type Reader<R> = BufReader<BufReader<R>>;
CSV file reader using std::io::BufReader
std::io::BufReader
Returns the schema of the reader, useful for getting the schema without reading record batches