-
-
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 #459 from manyaschopra/main
Billionaires Statistics Analysis Model
- Loading branch information
Showing
8 changed files
with
159,151 additions
and
0 deletions.
There are no files selected for viewing
2,641 changes: 2,641 additions & 0 deletions
2,641
Billionares Statistics Analysis Model/Dataset/Billionaires Statistics Dataset.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+32.4 KB
Billionares Statistics Analysis Model/Images/Billionares vs Gender.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
+119 KB
Billionares Statistics Analysis Model/Images/Categorical data analysis.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
+69.4 KB
...Statistics Analysis Model/Images/Number of self made billionares vs 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
+58 KB
...s Statistics Analysis Model/Images/Top countries for billionares relocating.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,68 @@ | ||
# PROJECT TITLE | ||
Billionaires Statistics Analysis Model | ||
|
||
# GOAL | ||
|
||
Performing exploratory data analysis on a dataset containing billionare statistics. Such EDA has various potential analysis areas like: | ||
|
||
Wealth Distribution Exploration: Examine how billionaires' wealth is distributed across various industries, countries, and regions. | ||
|
||
Demographic Profiling: Investigate the demographics of billionaires, including age, gender, and birthplace data. | ||
|
||
Origins of Wealth: Analyze the ratio between self-made billionaires and those who inherited their wealth. | ||
|
||
Economic Indicator Correlations: Study relationships between billionaire wealth and economic metrics such as GDP, CPI, and tax rates. | ||
|
||
Geospatial Representation: Visualize the global distribution of billionaires and their amassed wealth through mapping techniques. | ||
|
||
Temporal Trends: Track the evolving patterns in billionaire demographics and wealth across different time frames. | ||
|
||
# DATASET | ||
|
||
https://www.kaggle.com/datasets/nelgiriyewithana/billionaires-statistics-dataset/data | ||
|
||
# DESCRIPTION | ||
|
||
This project was about analysing different parameters of relation to billionares. I was able to make conclusions related to the gender, demographics, age etc of the billionaires. | ||
|
||
# WHAT I HAD DONE | ||
|
||
1. First I uploaded the dataset as a pandas dataframe and listed the top few rows to get an overview of the data. This overview was extended to getting to know about all the different paramters as well shape of the dataset. | ||
|
||
2. The second thing was data preprocessing, I made suitable fixes for missing values and unwanted parameters like for example the birth day, date, month and year. There were no duplicate values in the dataset. | ||
|
||
3. Then I started with some descriptive statistics like maximum, minimum, mean etc for numerical data and most frequent category, maximum count etc for categorical data. | ||
|
||
4. Next, I visualized the data using specific graphs that I felt could be analysed easily. For example using box plots to spot outliers. I listed down my conclusions for each of these graphs. | ||
|
||
|
||
# LIBRARIES NEEDED | ||
|
||
pandas | ||
numpy | ||
matplotlib.pyplot | ||
seaborn | ||
|
||
|
||
|
||
# CONCLUSION | ||
|
||
I made the following conclusions with the help of this analysis: | ||
|
||
There are more male billionaires than female. | ||
|
||
The ratio of self made to non self made billionaires is >1 in males and <1 in females. | ||
|
||
The United States has most billionaires. | ||
|
||
The most preferred country for relocation for billionaires is the UK. | ||
|
||
Most billionaires lie in the advanced age bracket. | ||
|
||
Bernard Arnault & family, Elon Musk, and Jeff Bezos stand out due to their exceptional wealth compared to the rest of the billionaire cohort. | ||
|
||
Nigeria's average life expectancy of 54.3 emerges as an outlier due to its relatively lower value. | ||
|
||
# YOUR NAME | ||
|
||
Manya S. Chopra |
Oops, something went wrong.