Dataset
Contents
Dataset¶
Constructors¶
|
A xarray.Dataset extended interface for use with Larch. |
|
Construct a Dataset from an idca-format DataFrame. |
|
Construct a Dataset from a sparse idca-format DataFrame. |
|
Construct a Dataset from an idco-format DataFrame. |
|
A generic constructor for creating Datasets from various similar objects. |
|
Convert a pyarrow.Table into an xarray.Dataset |
|
Create a Dataset from an OMX file. |
|
Create a Dataset from an OMX file with an implicit third dimension. |
|
Load and decode a dataset from a Zarr store. |
|
Create a Dataset by populating it with named objects. |
Attributes¶
Mapping of alternative codes to names |
|
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¶
Access the caseids coordinates as an index. |
|
|
Dissolve dimension on variables where it has no variance. |
|
Return a new dataset with each array indexed along the CASEID dimension. |
|
Set the alternative names for this Dataset. |
|
Set the dtypes for the variables in this Dataset. |
|
Set up a new Flow for analysis using the structure of this DataTree. |
|
Access or evaluate an expression. |