Logo Deedle

UnionBehavior Type

This enumeration specifies the behavior of `Union` operation on series when there are overlapping keys in two series that are being unioned. The options include preferring values from the left/right series or throwing an exception when both values are available.

Record fields

Record Field Description

Exclusive

Full Usage: Exclusive

Field type: UnionBehavior
Modifiers: static

When there are values available in both series that are being unioned, raise an exception.

Field type: UnionBehavior

PreferLeft

Full Usage: PreferLeft

Field type: UnionBehavior
Modifiers: static

When there are values available in both series that are being unioned, prefer the left value.

Field type: UnionBehavior

PreferRight

Full Usage: PreferRight

Field type: UnionBehavior
Modifiers: static

When there are values available in both series that are being unioned, prefer the right value.

Field type: UnionBehavior

Type something to start searching.