An open API service indexing awesome lists of open source software.

https://github.com/nimomach/cafe-sales

This analysis focuses on evaluating the sales performance of a cafe by examining key metrics such as total revenue, sales by product category, peak sales times, and many more.
https://github.com/nimomach/cafe-sales

cafe data-analysis data-visualization sales

Last synced: 3 months ago
JSON representation

This analysis focuses on evaluating the sales performance of a cafe by examining key metrics such as total revenue, sales by product category, peak sales times, and many more.

Awesome Lists containing this project

README

          

# Cafe-Sales
This analysis focuses on evaluating the sales performance of a cafe by examining key metrics such as total revenue, sales by product category, peak sales times, and many more.
## DataSet columns

`transaction_id`,`transaction_date`,`transaction_time`,`transaction_qty`,`store_id`,`store_location`,`product_id`,`unit_price`,`product_category`,`product_type`,`product_detail`,`Revenue`,`Month_num`,`Month`,`Weekday_num`,`Weekday`,`Hour`

## Project Brief Description
- I have used Microsoft Excel for understanding and cleaning of data
- Found key metrics like, orders per day, quantity sold, total revenue generated, peak sales time and many more.
- I used a table to represent product wise profits from every store location, this table can be used as filter in the dashboard to get values for a product from a store loaction.
- Used another filter option on store location to get values related to that store location.
> [!NOTE]
> If you'd like to see the interactive version, you can visit my Tableau profile. The link to dashboard is given below.
> https://public.tableau.com/app/profile/mounika.macharla/viz/CafeSales_17230279537800/Dashboard1