Transpose a Table
Transposes a given table.
Overview
Input Concepts
Concept
Type
Description
Default
Required
Output Concepts
Concept
Description
Examples
1. Transpose an Table
create an integer table
transpose the table0
1
index
2. Transpose a Table Using Optional Arguments
create a sample table
transpose the table where
the index column is "Name"
the new column names are "A1", "A2", "A3"A1
A2
A3
Last updated
Was this helpful?
