-
-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #554 from mariam7084/main
Global Retailers Analysis
- Loading branch information
Showing
16 changed files
with
2,438 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+118 KB
Global Retailers Analysis/Images/Choropleth map - Retail revenue by country.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+41.1 KB
...ailers Analysis/Images/Distribution of Retail Revenue by Operational Format.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+93.5 KB
Global Retailers Analysis/Images/Dominant Operational Formats Distribution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+412 KB
...alysis/Images/Radar Chart - Operational Format Performance Across Countries.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+59.7 KB
Global Retailers Analysis/Images/Retail Revenue vs Net Income by Country.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.6 KB
Global Retailers Analysis/Images/Retail Revenue vs Parent Company Revenue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+265 KB
Global Retailers Analysis/Images/Sunburst Chart - Retail Revenue Hierarchy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+26.7 KB
... - Countries of Operation by Retail Revenue with Improved Hover Information.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,616 changes: 1,616 additions & 0 deletions
1,616
Global Retailers Analysis/Model/Global_Retailers_Analysis.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<h1>Global Retailers Analysis</h1> | ||
|
||
**GOAL** | ||
|
||
To analyze the 'Global top 250 retailers' Dataset using Exploratory Data analysis. | ||
|
||
**DATASET** | ||
|
||
https://www.kaggle.com/datasets/dhimananubhav/global-top-250-retailers | ||
|
||
**DESCRIPTION** | ||
|
||
Each year Deloitte publishes a list of the world’s 250 largest retailers. This dataset directory contains last 3 years of raw data retrieved from these reports. | ||
|
||
Out of these the top 250 retailers for year 2019 were analyzed for this project. | ||
|
||
The dataset contains the following columns: | ||
- rank | ||
- name | ||
- country_of_origin | ||
- retail_revenue | ||
- parent_company_revenue | ||
- parent_company_net_income | ||
- dominant_operational_format | ||
- countries_of_operation | ||
- retail_revenue_cagr | ||
|
||
**WHAT I HAD DONE** | ||
|
||
* Checked for missing values and cleaned the data accordingly | ||
* Analyzed the data, found insights and visualized them accordingly. | ||
* Found detailed insights of different columns with one another using plotting libraries. | ||
|
||
|
||
**LIBRARIES NEEDED** | ||
|
||
1. Pandas | ||
2. Matplotlib | ||
3. Seaborn | ||
4. Plotly | ||
|
||
|
||
**VISUALIZATION** | ||
![Retail Revenue by Country](<../Images/Retail Revenue by Country.png>) | ||
![Dominant Operational Formats Distribution](<../Images/Dominant Operational Formats Distribution.png>) | ||
![Retail Revenue vs Parent Company Revenue](<../Images/Retail Revenue vs Parent Company Revenue.png>) | ||
![Top 10 Retailers by Revenue](<../Images/Top 10 Retailers by Revenue.png>) | ||
![Retail Revenue CAGR Over Time](<../Images/Retail Revenue CAGR Over Time.png>) | ||
![Treemap - Countries of Operation by Retail Revenue](<../Images/Treemap - Countries of Operation by Retail Revenue with Improved Hover Information.png>) | ||
![Choropleth map - Retail revenue by country](<../Images/Choropleth map - Retail revenue by country.png>) | ||
![Radar Chart - Operational Format Performance Across Countries](<../Images/Radar Chart - Operational Format Performance Across Countries.png>) | ||
![Sunburst Chart - Retail Revenue Hierarchy](<../Images/Sunburst Chart - Retail Revenue Hierarchy.png>) | ||
|
||
For more visualizations and interactive plots, checkout .ipynb file :) | ||
|
||
**CONCLUSION** | ||
- Australia had the highest retail revenue in the year 2019, followed by US and Germany. | ||
- The Dominant operational formats for these retailers were supermarkets, hypermarkets, superstores, departmental stores etc. | ||
- Wal-Mart Stores, Inc. had the highest revenue, which was approximately five times to that of the retailer next to it, that was Costco Wholesale Corporation. | ||
- The correlation matrix shows the relation between parent company revenue and the net revenue generated by the retailer to be 0.88 | ||
- The sunburst chart shows the retail revenue hierarchy in which the 4 out of top 5 spots are occupied by the US supermarket, hypermarkets, drugstores and home apparel retailers. | ||
|
||
|
||
|
||
**AUTHOR** | ||
|
||
- Code contributed by *Mariam* @ #JWoC_2024 | ||
|
||
[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/mariam-m7084) [![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/mariam7084/) |