Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IColumn

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.

Generated using TypeDoc