xarray.DataTree.equals (original) (raw)
- API reference
- xarray.DataTree.equals
DataTree.equals(other)[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.
Parameters:
other (DataTree) – The other tree object to compare to.