pub fn write_csv<P: AsRef<Path>>( path: P, headers: &[&str], data: &[Vec<String>], ) -> Result<()>
Write data to CSV file