Path: blob/main/docs/source/user-guide/transformations/unpivot.md
6940 views
Unpivots
Unpivot unpivots a DataFrame from wide format to long format
Dataset
{{code_block('user-guide/transformations/unpivot','df',['DataFrame'])}}
Eager + lazy
Eager
and lazy
have the same API.
{{code_block('user-guide/transformations/unpivot','unpivot',['unpivot'])}}