morpheus.utils.column_info.StringCatColumn

class StringCatColumn(name, dtype, input_columns, sep)[source]

Bases: morpheus.utils.column_info.ColumnInfo

Subclass of ColumnInfo, concatenates values from multiple columns into a new string column separated by sep.

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.