Skip to main content

BIKE SALES ANALYSIS WITH MS EXCEL

Introduction

This project was an analysis of a Bike Selling Company`s dataset of its potential customers. This project was undertaken as a challenge by my mentor,  Alex the Analyst. The purpose of this project was to, among others;
  • Find the correlation between income of citizens and their ownership of bikes.
  • The relationship between marital status and owning a bike.
  • If the distance people commute to work affect their bike purchase.
  • How the education level of people influence their willingness to buy bikes.
  • The relationship between different age groups and their purchase of bikes.
  • Any other insight that may arise from the analysis.

Data Gathering and Transformation

The dataset was downloaded from Github. The link to the dataset was provided by Alex the Analyst, a mentor in the data community. To get the data, I simply clicked the link provided under his Youtube video and was taken to his Github Repository. The dataset was downloaded and converted to excel sheet.

Cleaning the Data


  • The dataset cleaning was done with MS Excel. First, the duplicates values was removed. I deleted 26 duplicated values in total leaving only unique values.
  • Next, the Marital Status and Gender column values were replaced as follows; M=Married, S=Single, F=Female, M=Male.  This was done by pressing CTRL +H  which opens the Replace Menu that allows all values to be replaced at a go.
  • Then the data type of the Income column was changed from general to currency.
  • A new column (Age Bracket) was created to group the ages in ranges, Adolescent, Middle Age and Old. This was down using Nested IF function.



Data Analysis

The data analysis was done using pivot tables and pivot charts. Three pivot tables were created ( Purchase per Gender by Income, Customer Commute, Bike Purchase per Customer Age bracket). These charts will later be used for the dashboard.

Report Design

A simple dashboard report was created using the pivot charts. 















Insights

  • People with higher income purchase more bikes than those whose incomes are lower.
  • Married people purchase 7% more bikes than singles people. 
  • People who commute within 1 mile own more bikes.
  • People who have Bachelors Degree purchase more bikes than people with lower education.
  • Middle age people between 31 to 54 own significantly more bikes than other age groups.



Comments

Popular posts from this blog

GETTING STARTED WITH DATA ANALYTICS

dashboard Businesses need data specialists now more than ever. With a surge in demand for data professionals, many people are undergoing self training to fill the vacancies in the data space. There are many roles in the field of data. Data scientists, data engineers and data analysts are some roles in data analytics with high demand for skilled workers.  Many people are willing to dive into the field of data analytics. However, the question remains, 'how can one become a self-trained data analyst'? In this article, we shall look at the essential skills that are needed to get started as a data analyst. Having gone through this process myself, I have noted some key things that may be essential to every aspiring data analyst.  TECHNICAL SKILLS  There are different schools of thought on which technical skills are necessary and in which order one should learn them. Having been here myself and after making so many mistakes in my journey before finding my foot, these are the tec...

WILL ARTIFICIAL INTELLIGENCE RENDER DATA ANALYSTS USELESS?

  Introduction Artificial Intelligence (AI) has rapidly evolved and permeated numerous aspects of our lives, revolutionizing industries such as healthcare, finance, and transportation. With its ability to process vast amounts of data, draw insights, and make predictions, it is natural to wonder if AI will render human data analysts obsolete. In this blog post, we will explore the role of AI in data analysis and examine whether it will make data analysts useless or create new opportunities for collaboration. The Rise of AI in Data Analysis AI has significantly enhanced the capabilities of data analysis by automating repetitive tasks, accelerating data processing, and uncovering patterns that humans may overlook. Machine learning algorithms can quickly analyze large datasets, identify correlations, and generate accurate predictions. Additionally, AI-powered tools can handle complex statistical analyses, perform sentiment analysis on text, and even generate natural language summaries ...