Skip to content

An Excel project that analyzes bike buyers' patterns using a dashboard. The project includes data cleaning, pivot tables, and an interactive dashboard with slicers for filtering.

Notifications You must be signed in to change notification settings

Anurag-Baundwal/excel-bike-buyers-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bike Buyers Dashboard - Excel Project

This is an Excel project based on the tutorial "Full Project in Excel | Excel Tutorials for Beginners" by 'Alex The Analyst'.

Provided with the bike buyers dataset, I created a Dashboard to gain insights about the bike buyers. These are the steps in our Excel Project:

Data Cleaning

  1. Remove all duplicates
  • We used data tool to remove duplicates.
  • Outcome: 26 duplicate rows removed
  • 1001 unique rows remain
  1. Find and Replace In the Marital Single Column:
  • Replace 'M' with 'Married'
  • Replace 'S' with 'Single'

In the Gender Column:

  • Replace 'F' with 'Female'
  • Replace 'M' with 'Male'
  1. Fix the format of Income to currency

  2. Add a column to group the age interval =if(L2>54,"Old", if(L2>=31,"Middle Age”,if(L2<31,"Adolescent","Invalid")))

Pivot Tables

We created three pivot tables for data exploration: Average Income Per Perchase, Customer Commute and Customer Age Brackets. Three plots are shown below:

PvT1

It is observed that customers with a higher income are more likely to purchase a bike. Also, the average income of male customers is higher than that of female customers.

PvT2

Surprisingly, customers with a shorter commute distance are more likely to purchase a bike. This might be because people with longer commutes tend to prefer other modes of transportation for convenience.

PvT3

The middle age group (31-54 years old) has the highest number of bike purchases.

Dashboard

All the graphs are nicely displayed in the dashboard with three slicers for interactive filtering: Marital Status, Region and Education.

About

An Excel project that analyzes bike buyers' patterns using a dashboard. The project includes data cleaning, pivot tables, and an interactive dashboard with slicers for filtering.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published