pub fn create_csv_reader<P: AsRef<Path>>( filepath: P, ) -> Result<Reader<Box<dyn Read>>>
Creates a new CSV reader which can handle gzip compression.