Getting Started
User Guide
Visualization
Reference
bins
bin
histogram
x
y
transform_coords
Tutorials
About
Full comparison of x and y.
x (Union[Variable, DataArray, Dataset, DataGroup]) – Left input.
Union
Variable
DataArray
Dataset
DataGroup
y (Union[Variable, DataArray, Dataset, DataGroup]) – Right input.
equal_nan (bool, default: False) – If true, non-finite values at the same index in (x, y) are treated as equal. Signbit must match for infs.
bool
False
bool – True if x and y have identical values, variances, dtypes, units, dims, shapes, coords, and masks. Else False.