/blog-post-dsnd

Project for medium post

Primary LanguageJupyter Notebook

Table of Contents

  1. Installation
  2. Project Motivation
  3. File Descriptions
  4. Results
  5. Licensing, Authors, and Acknowledgements

Installation

There should be no necessary libraries to run the code here beyond the Anaconda distribution of Python. The code should run with no issues using Python versions 3.*.

Project Motivation

For this project, I was interestested in knowing how people respond to offers sent to them:

  1. Which offer type do people respond to most?
  2. Are teens influenced offers or not?
  3. Do lower income people use BOGO (Buy One Get One) offer more than other offers?
  4. What percentage of people complete the offer without seeing the offer??

File Descriptions

There is 1 notebook available here to showcase work related to the above questions. Markdown cells were used to assist in walking through the thought process for individual steps.

The data is contained in three files:

  1. portfolio.json - containing offer ids and meta data about each offer (duration, type, etc.)
  2. profile.json - demographic data for each customer
  3. transcript.json - records for transactions, offers received, offers viewed, and offers completed

Results

The main findings of the code can be found at the post available here.

Licensing, Authors, Acknowledgements

Must give credit to Starbucks for the data. Feel free to use the code here as you would like!