morpheus.utils.column_info.DataFrameInputSchema

class DataFrameInputSchema(json_columns=<factory>, column_info=<factory>, preserve_columns=<factory>, row_filter=None)[source]

Bases: object

Defines the schema specifying the columns to be included in the output DataFrame.

Attributes
json_columns

The columns to include in the output DataFrame.

column_info

Information about the columns.

preserve_columns

The columns to preserve.

row_filter

A function to filter the rows of the DataFrame.

Methods

__post_init__() Compile the preserve_columns into a regular expression.
Previous morpheus.utils.column_info.CustomColumn
Next morpheus.utils.column_info.DateTimeColumn
© Copyright 2024, NVIDIA. Last updated on Apr 11, 2024.