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-level Field() values on the data attribute override these when set.

Attributes

array_type

attrs

chunked

coerce

coerce types of all schema components

description

arbitrary textual description

dims

dtype

datatype of the data container.

name

name of schema

nullable

ordered_dims

shape

sizes

strict_attrs

strict_coords

title

human-readable label for schema

Methods