morpheus.utils.column_info.CustomColumn

class CustomColumn(name, dtype, process_column_fn)[source]

Bases: morpheus.utils.column_info.ColumnInfo

Subclass of ColumnInfo, defines a column to be computed by a user-defined function process_column_fn.

Methods

get_pandas_dtype()

Return the pandas type string of column.

get_pandas_dtype()[source]

Return the pandas type string of column.

© Copyright 2023, NVIDIA. Last updated on Apr 11, 2023.