Data Unpivot

Data Unpivot

Data Unpivot

Description

  • Data Unpivot is a way of transforming data from a wide format to a linear format.
  • The source data is rearranged to make it a part of a single column in the new dataset.

Why to use

To transform the column data into row data

When to use

When you want to transform the data type

When not to use

Prerequisites

Data containing multiple columns

Input

A supervised data or any data in row-column format

Output

Unpivoted data with column data converted to row data

Statistical Methods used

Limitations