scipp.merge

scipp.merge(lhs, rhs)

Merge two datasets into one.

Parameters
Raises

If there are conflicting items with different content.

Returns

A new dataset that contains the union of all data items, coords, masks and attributes.

Return type

scipp._scipp.core.Dataset