Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
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'])}}

--8<-- "python/user-guide/transformations/unpivot.py:df"

Eager + lazy

Eager and lazy have the same API.

{{code_block('user-guide/transformations/unpivot','unpivot',['unpivot'])}}

--8<-- "python/user-guide/transformations/unpivot.py:unpivot"