Skip to content

This repository contains the code used to process the data and launch a dashboard for Washington vehicle registrations on a local machine from Jupyter. The app is available at: https://gtrunz.pythonanywhere.com/

Notifications You must be signed in to change notification settings

gtrunz/wa_vehicle_reg_dashapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Washington Vehicle Registration Dashboard - Local

This repository contains the code used to process the data and launch a dashboard for Washington vehicle registrations on a local machine from Jupyter.

Viewing the Dashboard Online

The app is available at: https://gtrunz.pythonanywhere.com/ . Note that the dash_code.ipynb file was modified slightly prior to publishing the app online to make it compatible with the pythonanywhere.com platform. The dashboard was developed primarily for laptop and desktop use and is not optimized for smartphones or other devices.

Code/Packages Used

  • prep_code.ipynb prepares all of the data using a combination of PySpark, SQL, and Pandas.

    • python 3.8.15
    • pyspark 3.3.1
    • pandas 1.5.2
    • numpy 1.24.0
    • geopandas 0.12.2
    • geojson-rewind 1.0.0
  • dash_code.ipynb contains the code to launch the app locally.

    • python 3.9.18
    • pandas 2.0.3
    • geopandas 0.12.2
    • numpy 1.26.0
    • dash 2.7.0
    • plotly 5.10.0
    • geojson-rewind 1.0.0
    • statsmodels 0.14.0

Data Sources/Notes

About

This repository contains the code used to process the data and launch a dashboard for Washington vehicle registrations on a local machine from Jupyter. The app is available at: https://gtrunz.pythonanywhere.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published