Skip to content

ejpallippurath/sales-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Sales Data Analysis and Visualization

Overview

In this project, we will be analyzing and visualizing sales data to gain insights into customer behavior, product performance, and sales trends. We will be using Python and its data analysis libraries to clean, explore, and visualize the data. The main goal of the project is to provide insights into the following questions:

  1. Which location has highest and lowest sales? Represent the sales on a barchart, also show the market share for each location using a pie chart.
  2. Which locations has more female customers and male customers?
  3. what days of the month make more sales?
  4. Which branch has more Members vs less Members?
  5. Which branch has highest and lowest rating?
  6. which city has more female shopping?
  7. Who spends more, male or female?
  8. Which type of customer spends more, member or non-member?
  9. Which product line sells more?
  10. Which product line is popular among men and women?
  11. Which month makes more sales?

Data

The dataset used in this project is a sales dataset that includes information on products, customers and sales. It contains the following columns:

  • Invoice ID
  • Date
  • Time
  • Gender
  • Location
  • City
  • Member
  • Category
  • Price
  • Quantity
  • Total
  • Payment
  • Rating

About

Analyzing and visualizing sales data to gain insights into customer behavior, product performance, and sales trends. We will be using Python and its data analysis libraries to clean, explore, and visualize the data. The main goal of the project is to provide insights into the followed questions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors