pandera.api.xarray.types.XARRAY_CHECK_OBJECT_TYPES¶
- pandera.api.xarray.types.XARRAY_CHECK_OBJECT_TYPES: tuple[type, ...] = (<class 'xarray.core.dataarray.DataArray'>, <class 'xarray.core.dataset.Dataset'>, <class 'xarray.core.datatree.DataTree'>)¶
Built-in immutable sequence.
If no argument is given, the constructor returns an empty tuple. If iterable is specified the tuple is initialized from iterableās items.
If the argument is a tuple, the return value is the same object.