From the course: Data Analysis with Python and Pandas

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Final project intro

Final project intro

- [Instructor] Alright everybody. Welcome to our final project. In this project, we're going to be putting all of the skills we've learned in this course to the test with a little bit of an extra focus on our most recent sections. We're going to start by working with our transactions data. Once again, this will still be our base analysis table. And so remember this is 2 million rows, 11 columns, and it contains information on transactions made at our acquisition target store by a select few households. We then have our products data set once again, but now that we know how to join, we'll be joining this table to our transactions table. Note that our two tables share the column product ID. And finally we have a household demographic table. So if we take a look at the head of our demographics data frame, we can see we have things like age description, marital status, income, homeowner status, what type of family lives in the home, how big is the home, et cetera. And our common column…

Contents