morpheus.utils.column_info.ColumnInfo#
- class ColumnInfo(name, dtype)[source]#
Bases:
objectDefines a single column and type-cast.
Methods
convert_pandas_dtype(dtype)Return the pandas type string of column.
Return a dictionary of input column names and types needed for processing.
Return the pandas type string for the currently set
dtype.