pandera.model.BaseConfig¶
- class pandera.model.BaseConfig[source]¶
Bases:
object
Define DataFrameSchema-wide options.
new in 0.5.0
Attributes
coerce
coerce types of all schema components
multiindex_coerce
coerce types of all MultiIndex components
multiindex_name
name of multiindex
multiindex_ordered
validate MultiIndex in order
multiindex_strict
make sure all specified columns are in validated MultiIndex - if
"filter"
, removes indexes not specified in the schemaname
name of schema
ordered
validate columns order
strict
make sure all specified columns are in the validated dataframe - if
"filter"
, removes columns not specified in the schemaunique
make sure certain column combinations are unique