block by pbogden a7c7b4e2897ac62fe50e

hmda

Full Screen

Processed HMDA data

Downloading & processing HMDA data

HMDA data from the API: https://api.consumerfinance.gov/data/hmda

  1. Go to the main page for HMDA data

http://www.consumerfinance.gov/hmda/

  1. Next to the first data graphic, click on “See the underlying data”

  2. Download the data as CSV (I did this for 2014 only)

  3. Use the python script to process the multi-gigabyte data file you just downloaded…

    python app.py

This creates the file “data.csv”, which you can import with d3.csv

python app3.py

This creates the file “data3.csv”

index.html

Makefile

app.py

app3.py

fillup8.html