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)
-