Back to Polars

Melts

docs/user-guide/transformations/melt.md

latest553 B
Original Source

Melts

Melt operations unpivot a DataFrame from wide format to long format

Dataset

{{code_block('user-guide/transformations/melt','df',['DataFrame'])}}

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

Eager + lazy

Eager and lazy have the same API.

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

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