Python Speedrun #1 — DataFrame Manipulation

Maw Ferrari
Dev Genius
Published in
6 min readJan 12, 2023

--

Speedruns are “Learn by doing” examples of common Data Science Python tasks. Let’s look at some common DataFrame manipulations.

The goal of our Python speedruns is learning how to use Python for Data Science, in practice, by doing examples of actual tasks.

Unlike a book, we will not talk for ages about each single command. Instead, the goal here is to accomplish…

--

--