Explore the dataset to identify differences between customers of each product. You can also explore relationships between the different attributes of customers.

Case Study: Good Fitness Project

Objective: Preliminary Data Analysis. Explore the dataset and practice extracting basic observations about the data, using Python libraries.

Task

I. Come up with a customer profile (characteristics of a customer) of the different products
II. Perform univariate and multi-variate analyses
III. Generate a set of insights and recommendations to help company in targeting new customers

Context - The data is for customers of the treadmill product(s) of a retail store called Cardio Good Fitness. The file "CardioGoodFitness.csv" contains the following variables

I. Product - the model no. of the treadmill
II. Age - in no of years, of the customer
III. Gender - of the customer
IV. Education - in no. of years, of the customer
V. Marital Status - of the customer
VI. Usage - Avg. # times the customer wants to use the treadmill every week
VII. Fitness - Self rated fitness score of the customer (5 - very fit, 1 - very unfit)
VIII. Income - of the customer
IX. Miles- expected to run

Explore the dataset to identify differences between customers of each product. You can also explore relationships between the different attributes of customers. You can approach it from any other line of questioning that you feel could be relevant for the business.

Minimum Steps for exploration:

I. Importing the dataset into Python & understanding the structure of the dataset
II. Basic summary of data and graphical exploration
III. Observations from the dataset

Best Practices for Notebook:

I. The notebook should be well-documented, with markdown cells containing comments on the observations and insights.
II. The notebook should be run from start to finish in a sequential manner before submission.
III. The notebook should be submitted as an HTML file (.html) and NOT as a notebook file (.ipynb)

Best Practices for Presentation:

I. The presentation should be made keeping in mind that the audience will be a business leader like CMO, COO, CFO, or CEO.

II. The key points in the presentation should be the following

1. business overview of the problem and solution approach
2. key findings and insights which can drive business decisions
3. business recommendations

III. Copying and pasting from the notebook is not a good idea, and it is better to avoid showing codes unless they are the focal point of your presentation.

WhatsApp icon