How to Create a Pivot Table with Python/Pandas in a Jupyter Notebook

Translating one of Excel’s most useful tools into Python/Pandas

David Allen
8 min readJun 8, 2020

--

A pivot table is an incredibly useful tool for organizing a large set of data into a statistical summary of that same data set.

But you probably already know this. You are here because you’d like to learn how to…

--

--

David Allen

Documentation and tutorials on Python, Pandas, Jupyter Notebook, and Data Analysis.