atoti.Column#

class atoti.Column#

Column of a Table.

data_type

The type of the elements in the column.

default_value

Value used to replace None inserted values.

isin

Return a condition evaluating to True if a column element is among the given elements and False otherwise.

isnull

Return a condition evaluating to True when the element evaluates to None and False otherwise.

name

The name of the column.