Struct tgff::Column [] [src]

pub struct Column {
    pub name: String,
    pub data: Vec<f64>,
}

A column of a table.

Fields

The name of the column.

The data contained in the column.