pandera.typing.xarray.XarrayAnnotationBase¶
- class pandera.typing.xarray.XarrayAnnotationBase[source]¶
Marker base for pandera xarray annotation types.
Used by
is_generic_xarrayto recogniseDataArray[Model]andDataset[Model]annotations in decorator-based validation (e.g.check_types()).Methods