Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.33 KB

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