Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidrpugh/us-banking-sector
https://github.com/davidrpugh/us-banking-sector
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidrpugh/us-banking-sector
- Owner: davidrpugh
- Created: 2014-04-30T12:50:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-27T18:57:53.000Z (over 10 years ago)
- Last Synced: 2023-04-04T06:35:48.317Z (over 1 year ago)
- Language: Python
- Size: 180 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.