Attention
This repository has been archived. Please use xarray.DataTree instead.
datatree.DataTree.equals#
- DataTree.equals(other: DataTree, from_root: bool = True) bool [source][source]#
Two DataTrees are equal if they have isomorphic node structures, with matching node names, and if they have matching variables and coordinates, all of which are equal.
By default this method will check the whole tree above the given node.
- Parameters:
See also
Dataset.equals
,DataTree.isomorphic
,DataTree.identical