Column Class

A table column.

A column in a table.

Inheritance
Column

Constructor

Column(*, name: Optional[str] = None, type: Optional[str] = None, **kwargs)

Parameters

name
str
Required

The name of this column.

type
str
Required

The data type of this column.