IColumn | Data-Forge
Represents a named column in a dataframe.
name: string
The name of the column.
series: ISeries<any, any>
The data series from the column.
type: string
The data type of the column.