scipp.merge#

scipp.merge(lhs, rhs)#

Merge two datasets into one.

Parameters
Returns

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

Raises

scipp.DatasetError – If there are conflicting items with different content.