reshape-wide-to-long
Description
Inputs
Outputs
Examples
Example 1: Default behaviour.
Inputs:
id
code
country
Outputs:
key
value
Example 2: Reshape with static columns.
Inputs:
id
code
country
Outputs:
key
value
Example 3: Reshape with specific key column name and value column name.
Inputs:
id
code
country
Outputs:
name
result
Last updated