pandera.api.xarray.model_config.DataArrayConfig¶
- class pandera.api.xarray.model_config.DataArrayConfig[source]¶
Options for
DataArrayModel.Schema-level defaults for the underlying
DataArraySchema. Field-levelField()values on thedataattribute override these when set.Attributes
array_typeattrschunkedcoercecoerce types of all schema components
descriptionarbitrary textual description
dimsdtypedatatype of the data container.
namename of schema
nullableordered_dimsshapesizesstrict_attrsstrict_coordstitlehuman-readable label for schema
Methods