From the course: Python Data Structures: Dictionaries

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge

Challenge - Python Tutorial

From the course: Python Data Structures: Dictionaries

Start my 1-month free trial

Challenge

(technological music) - [Narrator] Welcome back to your case study challenge for chapter 2. For this challenge you are now provided with the raw data as collected by the web service that registers customers who want their trees picked up. Our case study is to work with the data collected by the online Christmas tree recycling project where customers register and appear online for their trees to be picked up. The Excel spreadsheet provided to you has the subdivision ID and the number of trees to be picked up. Let's take a look. Here is the Excel spreadsheet. The left column has the listing of the subdivision IDs and the right column has the number of trees picked up. Notice there are duplicate values for the subdivision ID. There were obviously multiple customers from the same subdivision. That is more than one house in the same neighborhood requested to be picked up. From the boy scout leaders perspective this is a…

Contents