How to transpose a dataset?

UserBird
Dataiker
How to transpose a dataset?
What I mean is transforming all rows into columns.
0 Kudos
1 Reply
jrouquie
Dataiker Alumni
The easiest way is probably to use the "transpose" processor in a prepare script. Note it is limited to 200 rows max.
If this does not fit your need, you could also use a code recipe like a Python recipe.