Enumeration

ArrowPivotWiderUnexpectedKeyBehavior

since: 23.0.0

Declaration

enum Arrow.PivotWiderUnexpectedKeyBehavior

Description [src]

They correspond to the values of arrow::compute::PivotWiderOptions::UnexpectedKeyBehavior.

Available since: 23.0.0

Members

GARROW_PIVOT_WIDER_UNEXPECTED_KEY_BEHAVIOR_IGNORE

Unexpected pivot keys are ignored silently.

  • Value: 0
  • Available since: 23.0.0
GARROW_PIVOT_WIDER_UNEXPECTED_KEY_BEHAVIOR_RAISE

Unexpected pivot keys return a KeyError.

  • Value: 1
  • Available since: 23.0.0