morpheus.utils.column_info.IncrementColumn

class IncrementColumn(name, dtype, input_name, groupby_column, period='D')[source]

Bases: morpheus.utils.column_info.DateTimeColumn

Subclass of DateTimeColumn, counts the unique occurrences of a value in groupby_column over a specific time window period based on dates in the input_name field.

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.