pub fn read_csv<R>(reader: &mut R) -> Result<RecordBatch>where R: Read + Seek,
Read a CSV file into a single RecordBatch.