Enum: PivotDirectionType

URI: [linkmlmap:PivotDirectionType](https://w3id.org/linkml/transformer/PivotDirectionType) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | MELT | None | | | UNMELT | None | | ## Slots | Name | Description | | --- | --- | | [direction](direction.md) | | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/transformer ## LinkML Source
name: PivotDirectionType
from_schema: https://w3id.org/linkml/transformer
rank: 1000
permissible_values:
  MELT:
    text: MELT
    aliases:
    - unpivot
    - wide to long
  UNMELT:
    text: UNMELT
    aliases:
    - pivot
    - long to wide