Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 967 Bytes

File metadata and controls

48 lines (27 loc) · 967 Bytes

USA Gov Analytics

This dashboard provides users with an interactive view into publicly available US government data View this app on Dash Deployment Server.

Requirements

  • python 3

Local installation

cd apps/usa-gov-analytics
virtualenv ~/.virtualenvs/usa-gov-analytics
source ~/.virtualenvs/usa-gov-analytics/bin/activate
pip install -r requirements.txt

python app.py 

Features

  • Dash Design Kit

Demo Functionality

This app allows the user to filter though the data set based on different departments within the US Gov. The initial selection is ALL.

To use this app:

  • Select department from the header
  • Get more granular data from the tabs on the left-most chart
  • Heavy use of modal and full screen charts

Screenshots

Screencast

Errata

Data is refreshed on page load and is coming from https://analytics.usa.gov/data/

Demo Issues

N/A