https://github.com/nghiant3110/sale_analysis_2
This is a DA project based on the Sale Analysis dataset from datadad.io
https://github.com/nghiant3110/sale_analysis_2
google-sheets looker-studio
Last synced: 23 days ago
JSON representation
This is a DA project based on the Sale Analysis dataset from datadad.io
- Host: GitHub
- URL: https://github.com/nghiant3110/sale_analysis_2
- Owner: NghiaNT3110
- Created: 2024-01-25T04:02:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T02:41:55.000Z (11 months ago)
- Last Synced: 2025-02-15T22:44:00.837Z (3 months ago)
- Topics: google-sheets, looker-studio
- Homepage:
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Case no 2: Sale Analysis
- Data source: datadad.io
- Transformed Dataset Link (After transform): [Dataset Link](https://docs.google.com/spreadsheets/d/1aNPMBCc8HfnI0tA7yR0WR3jT2vYIoLhch4J_iWvUiZA/edit#gid=1956311044)
- Dashboard Link: [Looker Studio Dashboard Link](https://lookerstudio.google.com/u/0/reporting/7126c72d-bc91-4c1e-a7ec-739a99b8d745/page/U3qoD)
===
Data Cleaning Process:
1 - Define data fileds and context from the dataset
2 - Format date data & business data to the correct format (B column formatted to YYYY-MM-DD + L & M Columns formatted to $ US Dollar).
3 - Add new calculation fields for Revenue (Revenue = Unit Price * Quantity), Cost (Cost = Unit Cost * Quantity), Profit (Profit = Revenue - Cost), and format them in $ US Dollar currency.
4 - Add new calculation fields for AOV (AOV = Revenue / Quantity) and Profit Margin (Profit Margin = Profit / Revenue * 100%), formatted in $ US Dollar.
5 - Round only 2 decimal places for the columns related to revenue, cost, and profit.