Skip to content

Commit

Permalink
commit1
Browse files Browse the repository at this point in the history
  • Loading branch information
RAVI CHANDRIKA B committed Mar 2, 2024
1 parent fa84dd5 commit 31b7a8d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
**Codebasics Resume Project Challenge – Data Analytics Project
**
**Codebasics Resume Project Challenge – Data Analytics Project**

The Codebasics Resume Project Challenge is an engaging initiative hosted by Codebasics. Drawing participants from around the globe, this challenge showcases the skills and talents of aspiring data analysts. Submissions are reviewed by the Codebasics team and shared with a global audience on LinkedIn, offering participants valuable exposure and recognition.

Expand Down Expand Up @@ -45,7 +44,8 @@ ON p.product_code = e.product_code
WHERE e.base_price >500
AND e.promo_type = 'BOGOF';
~~~~
<img align="right" src="https://picsum.photos/300/200" alt="image" />
<img align="right" src="https://github.com/RAVI-CHANDRIKA-05/CODEBASICS_CHALLENGE9/blob/main/OUTPUT_IMAGES/SQL1.JPG" alt="image" />

Atliq_Double_Bedsheet_set and Atliq_waterproof_Immersion_Rod are the two products with base price greater than 500 which are featured under BOGOF (Buy One Get One Free) promo type.<br>
<br><br>

Expand All @@ -56,7 +56,8 @@ FROM dim_stores
GROUP BY city
ORDER BY COUNT(DISTINCT(store_id)) DESC;
~~~~
<img align="right" src="https://picsum.photos/300/200" alt="image" />
<img align="right" src="https://github.com/RAVI-CHANDRIKA-05/CODEBASICS_CHALLENGE9/blob/main/OUTPUT_IMAGES/SQL2.JPG" alt="image" />

In terms of store count, Bengaluru leads with 10 stores, followed by Chennai with 8 stores, and Hyderabad with 7 stores.<br>
<br><br><br>

Expand Down Expand Up @@ -87,7 +88,8 @@ JOIN dim_campaigns c
ON e.campaign_id = c.campaign_id
GROUP BY c.campaign_name;
~~~~
<img align="right" src="https://picsum.photos/300/200" alt="image" />
<img align="right" src="https://github.com/RAVI-CHANDRIKA-05/CODEBASICS_CHALLENGE9/blob/main/OUTPUT_IMAGES/SQL3.JPG" alt="image" />

Diwali campaign generated the highest incremental revenue at 114.25 million, while the Sankranthi campaign yielded 72.20 million.
<br>
<br><br><br>
Expand Down Expand Up @@ -134,7 +136,8 @@ FROM Diwali_Campaign dc
JOIN Total_Sold_Before tsb
ON dc.category = tsb.category;
~~~~
<img align="right" src="https://picsum.photos/300/200" alt="image" />
<img align="right" src="https://github.com/RAVI-CHANDRIKA-05/CODEBASICS_CHALLENGE9/blob/main/OUTPUT_IMAGES/SQL4.JPG" alt="image" />

Home Appliances category exhibits the highest ISU% increase, followed by the Combo1 category. Notably, there is a remarkable 244.23% ISU% surge in the Home Appliances category, while Combo1 follows closely behind with a 202.36% increase.
<br>
<br><br><br>
Expand Down Expand Up @@ -175,7 +178,8 @@ FROM Total_Revenue
ORDER BY IR_percentage DESC
LIMIT 5;
~~~~
<img align="right" src="https://picsum.photos/300/200" alt="image" />
<img align="right" src="https://github.com/RAVI-CHANDRIKA-05/CODEBASICS_CHALLENGE9/blob/main/OUTPUT_IMAGES/SQL5.JPG" alt="image" />

The table shows, top 5 products ranked by Incremental Revenue Percentage across all campaigns. Atlique_waterproof_Immersion_Rod leads with an IR% of 266.19%, closely followed by Atliq_High_Glo_15W_LED_Bulb with an IR% of 262.98%.
<br>
<br><br><br>
10 changes: 10 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#Change title as required
title: What’s Trending in the Food & Beverage Industry?

#Change description: as required
description: Analysing New Trends in North American Region.

show_downloads: true
google_analytics:
theme: jekyll-theme-cayman

0 comments on commit 31b7a8d

Please sign in to comment.