Python Data Wrangling and Manipulation with Pandas

Intermediate
90 minutes Python

About This Workshop

This workshop provides an introduction to data wrangling and manipulation in

Python. Our main focus is manipulating data frames, the most common data

structure for representing tabular data. We use the pandas package, which

provides a rich set of tools to manipulate and interact with data frames. We'll

learn how to import, manipulate, index, merge, group, and plot data frames using

pandas functions.