jsoma / data-studio-projects

12 stars 18 forks source link

Bank Failures #199

Open vpenney opened 6 years ago

vpenney commented 6 years ago

The good people of the FDIC published data on U.S. bank failures from 2000-2017, so I scooped it up and took a look. I want to look at 1) how quickly after the recession banks stopped failing, 2) who bought all those failed banks in 2009-2010, and 3) who has been buying failed banks since then.

I'm also going to wrangle some of the policy changes for banks and how enforcement (or lack thereof) could have affected these failures, for context.

Summary I started with a simple bar chart to group bank failures by year. I'll need to geocode these failed banks, and addresses for the purchasing banks will take some hunting, but I think geographic context will be interesting in this project.

screen shot 2018-07-23 at 9 56 51 pm

Details

Possible headline(s): Was financial regulation a passing fad?

Data set(s): FDIC failed bank data

Code repository: GitHub Link

Possible problems/fears/questions:

Work so far

So far, I've set up my data in pandas and contemplated how I can best visualize where these failed banks are geographically, without using a map. It could be best to just geolocate the cities and drop pins on a map, or do a choropleth by zip code, to show where banks failed following the recession.

Checklist

This checklist must be completed before you submit your draft.

kevinlitman-navarro commented 6 years ago
maxarvid commented 6 years ago

Hmm, your visual is so clean looking right off the bat, nice. Also a most excellent topic that has fallen by the wayside since the recession. I like maps, but I'm not sure the geocoding is absolutely necessary (even if it would be an impressive piece of coding). The pull for me is quantity. Were these banks insured by the FDIC? And if so, what is the total amount that the FDIC has paid out to cover their failures? To what extent has the selling off of the failed banks recovered these costs?

These are just suggestions, can't wait to see what direction the project takes!

vpenney commented 6 years ago

Update

Project Content

These are the number of banks, by state, that failed during the Great Recession. I've highlighted (kinda, the colors need work) the states where banks failed during the Great Recession, but have not failed since. screen shot 2018-07-29 at 4 46 49 pm

These are the number of failed banks, by state, from 2013-2017. According to the FDIC, we haven't had any failed banks in the US yet this year. screen shot 2018-07-29 at 4 46 57 pm

This little monster shows the assets lost, in millions of dollars, by failed banks, as well as the number of banks that have failed, from 2001-present. I'm still figuring out how to style this fella, since I'm using subplots and it seems to be partially rejecting my matplotlib style. screen shot 2018-07-29 at 4 46 32 pm

I'm thinking I might go for a purple color palette for this project (why not, right?) but I'm sort of halfway through switching from blue to purple, so pretend you only see in greyscale, I guess?

Any changes in direction or topic?

No real changes in direction as of now. I did some research and it seems as though the number of failed banks doesn't actually mean a lot in terms of banking regulations, although I'm definitely going to do some more digging into what's up with Georgia.

What does actually reflect regulations is an analysis of regulatory filings, so I'm going to dig up some data on that and add it for context.

The FDIC has information on the purchasing organizations for failed banks on a really terrifically high-tech website, so I'll scrape the asset/ acquirer info and regex it, then maybe make a waffle chart to see which organizations/ companies/ states are acquring these failed banks.

Problems/Questions

Checklist

vpenney commented 6 years ago

Final

Project visuals/text

bank-failure-waffle banks-and-assets-01 post-recession-scatter-01

Details

Headline: Breaking News: Bank failures do not reflect the economy

Published website version: https://vpenney.github.io/failed-banks

Code repository: https://github.com/vpenney/data-studio/tree/master/code/03-failed-banks

Final data set(s): https://github.com/vpenney/data-studio/tree/master/code/03-failed-banks

What did you find to be the most difficult part of this project?

Scraping the government website that had the acquisition information for each individual bank, then joining the datasets and attempting to clean it up.

Are you satisfied with what you produced? Is there anything you would like to change or improve?

I'm mostly satisfied, other than the fact that matplotlib/ Illustrator defeated me and I can't seem to get my bars in my bar graph to go OVER the grids. It's also a bummer that bank failures are even more uninteresting than they sound, but hey, lesson learned.

Checklist