-
-
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.
- Loading branch information
1 parent
b0f9006
commit 047622d
Showing
13 changed files
with
2,290 additions
and
0 deletions.
There are no files selected for viewing
779 changes: 779 additions & 0 deletions
779
World Population Growth Analysis/Dataset/world-country-populations.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+45.6 KB
...Population Growth Analysis/Images/'Top 20 Cities by Population Growth Rate'.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
+128 KB
...owth Analysis/Images/Population Comparison between 2022 and 2023 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
+50.6 KB
...is/Images/Population Comparison between 2022 and 2023 for Cities in the USA.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
+122 KB
World Population Growth Analysis/Images/Population Growth Rate 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
+48 KB
...ulation Growth Analysis/Images/Population Growth Rate for Cities in the USA.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.5 KB
...ulation Growth Analysis/Images/Population Growth Rate vs Population in 2022.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
+34.7 KB
...lation Growth Analysis/Images/Top 10 Cities with Highest Population in 2022.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
+34.8 KB
...lation Growth Analysis/Images/Top 10 Cities with Highest Population in 2023.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.7 KB
...ion Growth Analysis/Images/Top 10 Countries with Highest Population in 2022.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.7 KB
...ion Growth Analysis/Images/Top 10 Countries with Highest Population in 2023.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,73 @@ | ||
<h1>World Population Growth Analysis</h1> | ||
|
||
**GOAL** | ||
|
||
To analyze the 'world-population-growth' Dataset using Exploratory Data analysis. | ||
|
||
**DATASET** | ||
|
||
https://www.kaggle.com/datasets/rafsunahmad/world-population-growth | ||
|
||
**DESCRIPTION** | ||
|
||
The dataset contains population of various countries and cities in year 2022 and 2023. Also the dataset provides population growth rate in each city. | ||
The type column has 2 unique values, 'w' for world and 'us' for USA. | ||
|
||
The dataset contains the following columns: | ||
- population_in_2023 | ||
- population_in_2022 | ||
- city | ||
- country | ||
- population_growthRate | ||
- type | ||
|
||
**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. Numpy | ||
4. Plotly | ||
|
||
**VISUALIZATION** | ||
![Top 10 Countries with Highest Population in 2022](<../Images/Top 10 Countries with Highest Population in 2022.png>) | ||
|
||
![Top 10 Countries with Highest Population in 2023](<../Images/Top 10 Countries with Highest Population in 2023.png>) | ||
|
||
![Top 10 Cities with Highest Population in 2022](<../Images/Top 10 Cities with Highest Population in 2022.png>) | ||
|
||
![Top 10 Cities with Highest Population in 2023](<../Images/Top 10 Cities with Highest Population in 2023.png>) | ||
|
||
![Population Growth Rate by Country](<../Images/Population Growth Rate by Country.png>) | ||
|
||
![Top 20 Cities by Population Growth Rate](<../Images/'Top 20 Cities by Population Growth Rate'.png>) | ||
|
||
![Bottom 20 Cities by Population Growth Rate](<../Images/Bottom 20 Cities by Population Growth Rate.png>) | ||
|
||
![Population Comparison between 2022 and 2023 by Country](<../Images/Population Comparison between 2022 and 2023 by Country.png>) | ||
|
||
![Population Growth Rate vs Population in 2022](<../Images/Population Growth Rate vs Population in 2022.png>) | ||
|
||
![Population Comparison between 2022 and 2023 for Cities in the USA](<../Images/Population Comparison between 2022 and 2023 for Cities in the USA.png>) | ||
|
||
![Population Growth Rate for Cities in the USA](<../Images/Population Growth Rate for Cities in the USA.png>) | ||
|
||
**CONCLUSION** | ||
- Tokyo in Japan was the most populous city in the years 2022 and 2023. | ||
- This was followed by Delhi in India and Shanghai in China. | ||
- Nigeria had the highest population growth rate while some countries showed negative growth rates. | ||
- New York City had the worst growth rate while Lokoja had the best. | ||
- Population comparison over the two years shows that China's population spiked in the year 2023. | ||
- For the cities in the US specifically, Los Angeles had the most increase in population in 2023. | ||
|
||
**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/) |
Oops, something went wrong.