From the course: Python for Marketing (2019)

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Introduction to data wrangling

Introduction to data wrangling - Python Tutorial

From the course: Python for Marketing (2019)

Introduction to data wrangling

- [Instructor] Let's talk about data wrangling. If you want to become a Pythonic marketer, then you're going to have to get good at data wrangling. When you receive data from people in CSV files, or whatever file you get data from, it's not going to be in perfect working order to be able to put into Pandas. So you're going to have to learn how to use Pandas and use Python to clean up and tidy that data to get it into the order that you need it to be able to do calculations, draw charts, make predictions. The dataset that we're working with here has a few flaws in it and we're going to have to correct those flaws in order to be able to do calculations, and draw charts, and make predictions and that is what we'll be doing in this section.

Contents