Attention
This repository has been archived. Please use xarray.DataTree instead.
datatree.DataTree.variables#
- property DataTree.variables: Mapping[Hashable, Variable]#
Low level interface to node contents as dict of Variable objects.
This ordered dictionary is frozen to prevent mutation that could violate Dataset invariants. It contains all variable objects constituting this DataTree node, including both data variables and coordinates.