/datasci-police-budget

To inform citizens on how much money goes towards police department budgets and how it stacks up relative to other spending.

Primary LanguageJupyter Notebook

datasci-police-budget

To inform citizens on how much money goes towards police department budgets and how it stacks up relative to other spending.

Summary

Objectives: To better understand how much money goes towards police department budgets and how it stacks up relative to other spending. To visualize budget breakdowns and their evolution over time. To inform citizens about the priorities inherent in their city’s budget.

Budget numbers by themselves don’t tell a full story. It needs contextualization re: comparison to other locales, or the spending on other areas within a specific locale.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# serve production build at localhost:3333
$ yarn serve

# run Cypress end-to-end tests
$ yarn test

# run Cypress end-to-end tests interactively
$ yarn test:open

# clean local test screenshots/videos
$ yarn test:clean

For detailed explanation on how things work, check out Nuxt.js docs.