Dataset
Contents
Dataset¶
Constructors¶
|
A multi-dimensional, in memory, array database. |
|
alias of |
Attributes¶
Mapping from dimension names to lengths. |
|
Mapping from dimension names to lengths. |
|
Dictionary of DataArray objects corresponding to data variables |
|
Dictionary of xarray.DataArray objects corresponding to coordinate variables |
|
Dictionary of global attributes on this dataset |
|
Dictionary of global encoding attributes on this dataset |
|
Mapping of pandas.Index objects used for label based indexing. |
|
Mapping from dimension names to block lengths for this dataset's data, or None if the underlying data is not a dask array. |
|
Mapping from dimension names to block lengths for this dataset's data, or None if the underlying data is not a dask array. |
|
Methods¶
Set the dtypes for the variables in this Dataset. |