IColumn | Data-Forge

Represents a named column in a dataframe.

Hierarchy

  • IColumn

Index

Properties

Properties

name

name: string

The name of the column.

series

series: ISeries<any, any>

The data series from the column.

type

type: string

The data type of the column.