pandera.typing.xarray.Dataset¶
- class pandera.typing.xarray.Dataset(data_vars=None, coords=None, attrs=None)[source]¶
Annotation-only generic for
xarray.Dataset.Attributes
attrsDictionary of global attributes on this dataset
chunksMapping from dimension names to block lengths for this dataset's data.
chunksizesMapping from dimension names to block lengths for this dataset's data.
coordsMapping of
DataArrayobjects corresponding to coordinate variables.data_varsDictionary of DataArray objects corresponding to data variables
dimsMapping from dimension names to lengths.
dtypesMapping from data variable names to dtypes.
encodingDictionary of global encoding attributes on this dataset
imagThe imaginary part of each data variable.
indexesMapping of pandas.Index objects used for label based indexing.
locAttribute for location based indexing.
nbytesTotal bytes consumed by the data arrays of all variables in this dataset.
realThe real part of each data variable.
sizesMapping from dimension names to lengths.
variablesLow level interface to Dataset contents as dict of Variable objects.
xindexesMapping of
Indexobjects used for label based indexing.Methods