Introduction

Data Source and Preparation

Approach to Visualization

  • To investigate the patterns and trends in unemployment, three visualizations were created:
  1. An average unemployment rate by nation is displayed on a Global Unemployment Map.
  2. To show changes over time, a Time Series Line Plot for a few chosen countries.
  3. A Bar Chart of the Top and Bottom 10 Countries that shows extreme numbers in comparison to the median for the world.

PLot 1: Global Unemployment Map – Regional Disparities

## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
## Linking to GEOS 3.11.2, GDAL 3.8.2, PROJ 9.3.1; sf_use_s2() is TRUE
## Loading required package: viridisLite
## 
## Attaching package: 'maps'
## The following object is masked from 'package:viridis':
## 
##     unemp

Observations

Conclusion

Observations

-Comparative insights: While developing countries like Brazil and India confront more serious difficulties, developed countries like the UK and Germany maintain stability.

Conclusion

Insight 3: Top and Bottom 10 Countries – Extremes in Unemployment Rates

Observations

Conclusion

Summary

References