ColumnDescriptor#
from tmlt.analytics import ColumnDescriptor
- class tmlt.analytics.ColumnDescriptor(column_type, allow_null=False, allow_nan=False, allow_inf=False)#
Bases:
objectInformation about a column.
ColumnDescriptors have the following attributes:
- column_type#
A
ColumnType, specifying what type this column has.