DataThink Development
  • Modules

On this page

  • Task 15: Does the weather hurt my bottom line?
    • Background
    • Reading
    • Tasks

task-15

Task 15: Does the weather hurt my bottom line?

Background

A car wash business wants to see if the temperature hurts their bottom line. They have point of sale data for the months of April, May, June, and July. You will need to aggregate the data into hourly sales totals and merge the sales data together with the temperature data to provide insight into the relationship between temperature and car wash sales.

  • Back or Course Website

Reading

This reading will help you complete the tasks below.

  • o Python for Data Science - Dates and Times
  • o Time Series Visualization Gallery
  • o lubridate Vignette

Tasks