TypedColumns
Last updated
Was this helpful?
Last updated
Was this helpful?
Arize class used for logging typed feature or tag columns.
When initializing a Schema, TypedColumns can be used in place of a list of column names.
inferred
Optional[List[str]]
List of columns that will not be altered at all. The values in these columns will have their type inferred as Arize validates and ingests the data. There's no difference between passing in all column names into 'inferred' vs. not using TypedColumns at all.
to_str
Optional[List[str]]
to_float
Optional[List[str]]
to_int
Optional[List[str]]
List of columns that should be cast to pandas nullable .
List of columns that should be cast to pandas nullable .
List of columns that should be cast to pandas nullable .