PYTHON

How to Quickly Create and Unpack Lists with Pandas

Using df.explode() to solve a common problem when working with a Pandas DataFrame

Byron Dolon
Towards Data Science
5 min readJul 19, 2020

--

Soon you’ll smile like this guy when you need to unpack a list

Pre-processing and “data wrangling” take up a lot of time, but it’s not always the most fun part of a data analysis project.

--

--

Medium has become a place to store my “how to do tech stuff” type guides. Come check out my notes on data-related shenanigans!