Skip to content

iamasprout/Florish-Stores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Florish Stores

Florish Store is an imaginary Store created for Analysis only.

Context:

There is need to import the file from it raw state using our preferred analytical tool

Task

  • Analysis of Sales by Order
  • Analysed the sales by gender
  • Display the top 5 location with the highest sales
  • The Channel with more revenue
  • Sales by age

References:

Name Class
1. Mayowa Data Anlysis

Data importation

Dataset

Since the Data is clean enough for visualization to dived directly to deriving useful dependants

derived Formula

Since the variable in age is much i decided to group them to Young, Senior and Adult

Agegroup=IF(E2>=50,"Senior",IF(E2>=30,"Adult","Young"))

image

extracting the first three letters from the month

Month=TEXT(G2,"mmm")

image

Data Visualization

According to what was stated earlier as the tasks we decided to crerte a pivot table

Order vs Sales image

Sales by Gender

image

Count by Order Status image

After all has been done we need to have all present our findings in a better way

Dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published