Project 3

In this project, you will be creating plots for the customer data we worked with during lecture (March 17).

You can find the project with the data on canvas.

Plots

Create a plots.ipynb python notebook file and with the cleaned data create at least three plots that show some characteristics of the customers’ buying habits. Write a short paragraph for each plot explaining what we can see in the plot.

Submit to gradescope

You are to submit three files to gradescope:

  • data_wrangling.py
  • plots.ipynb
  • modeling.py

You can submit other .py files if you are using any – don’t include any subfolders in your submission though, gradescope will not be considering any folders when running the code (only the data folder where .csv files should be placed).

Click here to open gradescope assignment to submit your files