How can I transpose a dataset in Sparkflows?

In Sparkflows, we can use the Transpose processor to transpose a dataset.

To use the ‘Transpose’ Processor:

  • Select a column to be used to transpose incoming dataset in ‘Transpose By Column Name’.

  • Output would be a transposed DataFrame with respect to the selected column.

For more information read the Sparkflows Documentation here: