Skip to content

Data store of U.S. House of Representatives Expenditure Data

Notifications You must be signed in to change notification settings

meagdoh/house-disbursement-data

Repository files navigation

house-disbursement-data

Data store of U.S. House of Representatives Expenditure Data d3.js vizulization using this data at Hamilton Project

Analyzing Data for Social Good

Building off of my capstone project, Hamilton Project (which was based of the initial research data from The OpenGov Foundation, Sunlight Foundation, and Propublica), I carefully analyzed over 600,000 transaction records from the U.S. House of Representatives' Statements of Disbursements, 2015-2017.

All of the documentation on cleaning the data is stored in this Jupyter notebook while some preliminary visualizations are saved in the README of the repo of the original application (built w. D3 and React)

Resources

New to data analysis? Infoactive's e-book is a must read.

This 'Visualizing Data' course at John Hopkins by @georgiamoon has additional resources and interpretations of Congressional spending data: https://github.com/georgiamoon/jhu-dv-2017

Limitations

Due to the inconsistent data formats, missing values and confusing fields, I spent a lot of time in circles around which areas I wanted to focus on. Was I building an application like beta.USAspending.gov or USA Facts for end users to query a clean, consolidated databased OR was there a specific story I could tell using visualizations - taking one more step that the user didn't have to.

I settled a bit on both. The first (querying a database) is currently a manual upload with a few simple rules that eventually could be in a script). The second is a set of basic visualizations in Tableau. With the idea of moving to a coded visualization at meagdoherty.io/hamilton-project/

Adding new data

Download .csv from U.S. House of Representatives Statement of Disbursements. The most recent file is labeled SOD DETAIL TRANSACTION. Download .csv and save as CongressSession_Year_QuarterNum.csv e.g. 114_2016_Q1.csv

Rules for cleaning data

  1. Confirm Headers: [ ORGANIZATION, PROGRAM, SORT_SUBTOTAL_DESCRIPTION, SORT_SEQUENCE, TRANSACTION_DATE, DATA SOURCE, DOCUMENT, VENDOR_NAME, PERFORM_START_DT, PERFORM_END_DT, DESCRIPTION, AMOUNT ] I've manually added _ to field names with more than 1 word.

  2. Set [SORT_SEQUENCE] = [DETAIL] this removes the subtotals and total rows from the data set.

Tips for Analyzing Data

When looking at amount totals by vendor, limit to TOP 100. There are 33,485 unique VENDOR_NAME

NOTE: As previously documented, vendors are often listed under more than one name. This is a future opportunity to manually/use fuzzy matching to match and consolidate vendor names.

If you are analyzing personnel data, mark: [SORT_SUBTOTAL_DESCRIPTION] does not equal [BENEFITS TO FORMER PERSONNEL; PERSONNEL BENEFITS; PERSONNEL COMPENSATION] this removes the personnel expenses from the data set. For purposes of analyzing vendor expenditures, personnel need not be included.

Key

Field Name Description
ORGANIZATION Office Name
PROGRAM General category of expense
SORT_SUBTOTAL_DESCRIPTION Specific category of expense
SORT_SEQUENCE Total, Subtotal, Detail
TRANSACTION_DATE Date of Transaction
DATA SOURCE GL, AP, AR
DOCUMENT Document ID number
VENDOR_NAME Vendor Name NOTE: Employee name is stored in VENDOR_NAME
PERFORM_START_DT Start Date
PERFORM_END_DT End Date
DESCRIPTION Detailed description of transaction
AMOUNT Amount in USD

Research Questions

For personnel data:

  • How many House staffers have tech-related titles?

For non-personnel data:

  • Who are the top 100 vendors in the House over time?
  • How has spending categories changed over time?

Data Findings

No. of Transactions Analyzed: 635,721

As noted in past work, VENDOR_NAME Unknown is the biggest category of spending. The DATA_SOURCE for all Vendor equals unknown originate from the GL (General Ledger). And the highest transaction category is DC TELECOM TOLLS($11,014,427)

VENDOR NAME equals CITIBANK GOV CARD SERVICE ($18,606,367) is the top vendor after NULL.

Assumption: Tech purchases are made on P-cards but the research shows these cards are used mostly for COMMERCIAL TRANSPORTATION.

When analyzing total expenditures by DESCRIPTION we find the top category fall into TECHNOLOGY SERVICE CONTRACTS ($37,712,578). In this category, there are the well-known technology vendors like iConstituent and Fireside21, but there are a few top vendors who you may not know:

  • MINERAL GAP DATA CENTER, $1.9M
  • COMPROBASE INC., $1.5M
  • ADVANCE DIGITAL SYSTEMS INC., $1.5M

For a full list, run DESCRIPTION EQUALS TECHNOLOGY SRVICE CONTRACTS

Research often cites limited technology staff. A search for DESCRIPTION (in this case, defined as staff title) contains TECH OR SYS ADMIN results in approximately 200 staffers with these titles ranging from Tech Policy Advisor to System Administrator

Next steps

  • A signal tracker. By having this as a live dashboard, we can build in alerts if specific spending changes significantly.

About

Data store of U.S. House of Representatives Expenditure Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published