You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This alteration is useful to reshape a result-set into a format where one or more columns are identifier variables, while all other columns, considered measured variables, are “unpivoted” to the row axis, leaving just two non-identifier columns, ‘variable’ and ‘value’.
Attributes:
variable-identifier: Name to use for the ‘variable’ column. If not specified use ‘variable’.
value-identifier: Name to use for the ‘value’ column. If not specified use ‘value’.
Elements:
keys: Column(s) to use as identifier variables.
values: Column(s) to unpivot. If not specified, uses all columns that are not set as keys.
This alteration is useful to reshape a result-set into a format where one or more columns are identifier variables, while all other columns, considered measured variables, are “unpivoted” to the row axis, leaving just two non-identifier columns, ‘variable’ and ‘value’.
Attributes:
Elements:
Original table
Alteration
Result table
The text was updated successfully, but these errors were encountered: