pub fn dc_get_column(dataset: &str, field_number: usize) -> Result<Vec<String>>
Extract an entire column (by field number) from a dataset.