HMDA data from the API: https://api.consumerfinance.gov/data/hmda
http://www.consumerfinance.gov/hmda/
Next to the first data graphic, click on “See the underlying data”
Download the data as CSV (I did this for 2014 only)
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”