ColumnSchema

class nvtabular.columns.schema.ColumnSchema(name: str, tags: Optional[List[str]] = <factory>, properties: Optional[Dict[str, any]] = <factory>, dtype: Optional[object] = None, _is_list: bool = False)[source]

A schema containing metadata of a dataframe column.

__weakref__

list of weak references to the object (if defined)

class nvtabular.columns.schema.Schema(column_schemas=None)[source]

A collection of column schemas for a dataset.

__weakref__

list of weak references to the object (if defined)