CS代写 I ran the following to download the loan application data from 2020 for WI and IL: – cscodehelp代写

I ran the following to download the loan application data from 2020 for WI and IL:

wget “https://ffiec.cfpb.gov/v2/data-browser-api/view/csv?states=WI&years=2020” -O wi.csv
wget “https://ffiec.cfpb.gov/v2/data-browser-api/view/csv?states=IL&years=2020” -O il.csv
sudo apt install zip
zip states.zip il.csv wi.csv

More documentation: https://ffiec.cfpb.gov/documentation/2021/lar-data-fields/

Leave a Reply

Your email address will not be published. Required fields are marked *