Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidrpugh/us-banking-sector


https://github.com/davidrpugh/us-banking-sector

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# The size distribution of U.S. banks

Python code for replicating the statistical analysis from my paper on the evolution of the U.S. bank size distribution.

## `data`

### `fdic`
Folder contains two scripts:

1. `FDIC_SDI_data_grab.py`: Python script that grabs the entire FDIC SDI database and downloads it (compressed!) into the working directory.
2. `FDIC_SDI_data_wrangling.py`: Python script that constructs a Pandas Panel object out of a subset of the SDI data set.

### `chicago-fed`
Folder contains two scripts:

1. `chicago_fed_BHC_data_grab.py`: Python script that grabs the entire Bank Holding company data set from the Chicago Fed.