Isaac Lera
Blog
About
Python
Latex
Tags
Pandas
A Pandas recipe: pivoting a table
Nov 20, 2020
The pivot operation of a dataframe transforms some columns values in columns using other columns as a reference. Sounds crazy, isn’t?