Skip to content

antonbauhofer/us-commuters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

us-commuters

For interactive demonstration visit https://us-commuters.herokuapp.com/

Interactive visualisation of non-motorised commuter types in US cities. Code outline:

Three Wikipedia pages are scraped and parsed.

Data is cleaned and merged with geographical data provided by simplemaps.com.

  • https://simplemaps.com/data/us-cities
  • Geographical locations are required for visualisation
  • missing data is filled, different naming conventions are corrected
  • cleaned data is stored to improve speed in future use
  • Libraries and tools: Pandas

Data is visualised in interactive choropleth map.

  • Choropleth map of US is initialised with reference marker
  • Scatter markers are added for commuter types given by user input
  • Libraries and tools: Plotly

Data is visualised in stacked bar plot.

  • appearance and annotations are customised
  • Libraries and tools: Matplotlib

Data is shown in tabular form

Correlation of data is shown

  • Libraries and tools: Seaborn

Interactive features are added with Streamlit

Code is deployed with Heroku

About

Explore the commuter culture in the US

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published