pandera.api.xarray.types.XarrayData¶
- class pandera.api.xarray.types.XarrayData(obj: xr.DataArray | xr.Dataset, key: str | None = None)[source]¶
Container passed to Check backends.
Create new instance of XarrayData(obj, key)
- __init__()¶
Methods
__init__()count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
keyAlias for field number 1
objAlias for field number 0