Skip to content

A data analysis program that allows one to visualize the unemployment rate in the United States in each state. The Folium library enables us to carry out web mapping by creating a choropleth map, in this case the map only has one layer. A legend is used for interpretation of the map data.

Notifications You must be signed in to change notification settings

AlexJumaW99/Unemployment-Rate-GIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unemployment-Rate

A data analysis program that allows one to visualize the unemployment rate in the United States in each state. The pandas library is used to read the data, which in this case is a csv file, as well as analyze and manipulate it. The Folium library enables us to carry out web mapping by creating a choropleth map, in this case the map only has one layer. A legend is used for interpretation of the map data.

NB: The output can be found in the map1.html file.

Project Demo

Map1.html.-.Google.Chrome.2022-02-25.17-27-50.mp4

sc1

Requirements

Python 3.9

What I Learnt

  1. How to carry out web mapping in Folium
  2. How to create choropleth maps by combining geographical and statistical data.

About

A data analysis program that allows one to visualize the unemployment rate in the United States in each state. The Folium library enables us to carry out web mapping by creating a choropleth map, in this case the map only has one layer. A legend is used for interpretation of the map data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published