🍾 Xarray is now 10 years old! 🎉

xarray.IndexVariable.no_conflicts

xarray.IndexVariable.no_conflicts#

IndexVariable.no_conflicts(other, equiv=<function array_notnull_equiv>)[source]#

True if the intersection of two Variable’s non-null data is equal; otherwise false.

Variables can thus still be equal if there are locations where either, or both, contain NaN values.