Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 2.31 KB

README.md

File metadata and controls

49 lines (40 loc) · 2.31 KB

Hamilton Project

A data analysis and visualization project providing insight into legislative branch spending.

The goals of this project are to:

  1. Clean up publicly available disbursement data to make it easier for reporters, elected officials, constituents, anyone to understand how money is being spent.
  • Match and consolidate like vendors
  • Catch and fix misspellings
  1. Visualize data to provide insight into the breakdown of expenditures. Some simple calculations could include:
  • Spending by Member
  • Amount received by Vendor
  • Compensation by Staff Title

Deliverables

  • A well-documented methodology for cleaning data
  • A stable and reliable single .csv for further exploration
  • A flexible data visualization tool
  • A detailed explanation for all expenses by office and category

NOTE: This is an educational experiment designed to provide some beneficial insight.


MVP deployed June 9, 2017

D3 Visualization of Top 25 Vendors from 2017 Q1 Statement of Disbursements

Technologies Used

  • Python
  • Javascript

Libraries Used

  • Pandas.py
  • React.js
  • D3.js

Other Tools Used

  • Jupyter Notebook for data analysis (To see notebook, go here).

Inspiration/Resources

Statements of Disbursement Data Set
Data Visualization/D3