Attention
This repository has been archived. Please use xarray.DataTree instead.
datatree.DataTree.identical#
- DataTree.identical(other: DataTree, from_root=True) bool [source][source]#
Like equals, but will also check all dataset attributes and the attributes on all variables and coordinates.
By default this method will check the whole tree above the given node.
- Parameters:
See also
Dataset.identical
,DataTree.isomorphic
,DataTree.equals